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