call site 15 for path.svnurl.info
path/svn/testing/svntestbase.py - line 98
96
97
98
99
   def test_info(self):
       url = self.root.join("samplefile")
->     res = url.info()
       assert res.size > len("samplefile") and res.created_rev >= 0