def test_proplist(self):
url = self.root.join("samplefile")
-> res = url.proplist()
assert res['svn:eol-style'] == 'native'