[svn r56510] svn 1.3 is in common use these days and seems to pass the test.

--HG--
branch : trunk
This commit is contained in:
hpk 2008-07-13 15:36:50 +02:00
parent 4adcfb75de
commit 3158564e7f
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ class CommonSvnTests(CommonFSTests):
assert res.size > len("samplefile") and res.created_rev >= 0
def test_log_simple(self):
py.test.skip("XXX: does not work at least on svn below 1.3")
url = self.root.join("samplefile")
logentries = url.log()
for logentry in logentries: