call site 6 for path.svnurl.join
path/testing/common.py - line 12
11
12
13
14
   def test_eq_nonstring(self):
->     path1 = self.root.join('sampledir')
       path2 = self.root.join('sampledir')
       assert path1 == path2