call site 18 for path.svnurl.join
path/testing/common.py - line 20
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))