call site 15 for path.svnurl.__str__
path/testing/common.py - line 21
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))