call site 14 for path.svnurl.check
path/testing/common.py - line 106
105
106
107
108
   def test_fnmatch_file(self):
->     assert self.root.join("samplefile").check(fnmatch='s*e')
       assert self.root.join("samplefile").check(notfnmatch='s*x')
       assert not self.root.join("samplefile").check(fnmatch='s*x')