call site 18 for path.svnurl.__eq__
path/testing/common.py - line 131
129
130
131
132
133
134
   def test_listdir(self):
       l = self.root.listdir()
->     assert self.root.join('sampledir') in l
       assert self.root.join('samplefile') in l
       py.test.raises(py.error.ENOTDIR,
                      "self.root.join('samplefile').listdir()")