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