call site 5 for path.svnurl.check
path/testing/common.py - line 42
39
40
41
42
   def test_add_something(self):
       p = self.root.join('sample')
       p = p + 'dir'
->     assert p.check()