call site 7 for path.svnurl.join
path/svn/testing/svntestbase.py - line 92
91
92
93
94
   def test_proplist(self):
->     url = self.root.join("samplefile")
       res = url.proplist()
       assert res['svn:eol-style'] == 'native'