def test_propget(self):
url = self.root.join("samplefile")
-> value = url.propget('svn:eol-style')
assert value == 'native'