call site 15 for path.svnurl.__eq__
path/testing/common.py - line 80
78
79
80
   def test_dirpath_with_args(self):
       newpath = self.root.join('sampledir')
->     assert newpath.dirpath('x') == self.root.join('x')