call site 13 for path.svnurl.join
path/svn/testing/svntestbase.py - line 87
86
87
88
89
   def test_propget(self):
->     url = self.root.join("samplefile")
       value = url.propget('svn:eol-style')
       assert value == 'native'