call site 13 for path.svnurl.relto
path/testing/common.py - line 126
123
124
125
126
127
   def test_relto_not_relative(self):
       l1=self.root.join("bcde")
       l2=self.root.join("b")
->     assert not l1.relto(l2)
       assert not l2.relto(l1)