call site 6 for path.svnurl.__str__
path/testing/common.py - line 23
19
20
21
22
23
   def test_join(self):
       p = self.root.join('sampledir')
       strp = str(p) 
       assert strp.endswith('sampledir') 
->     assert strp.startswith(str(self.root))