[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:
parent
4adcfb75de
commit
3158564e7f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue