call site 5 for path.svnurl.__eq__
path/testing/common.py - line 55
52
53
54
55
   def test_common(self):
       other = self.root.join('sampledir')
       x = other.common(self.root)
->     assert x == self.root