call site 15 for path.svnurl.relto
path/testing/common.py - line 118
116
117
118
119
120
121
   def test_relto(self):
       l=self.root.join("sampledir", "otherfile")
->     assert l.relto(self.root) == l.sep.join(["sampledir", "otherfile"])
       assert l.check(relto=self.root)
       assert self.root.check(notrelto=l)
       assert not self.root.check(relto=l)