call site 7 for path.svnwc.relto
path/testing/common.py - line 181
178
179
180
181
182
183
   def test_visit_endswith(self):
       l = []
       for i in self.root.visit(checker(endswith="file")):
->         l.append(i.relto(self.root))
       assert self.root.sep.join(["sampledir", "otherfile"]) in l
       assert "samplefile" in l