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