call site 16 for path.svnurl.check
path/testing/common.py - line 107
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')