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