From 3158564e7f50262ec28e1998dfa6b70a1d3e6ecb Mon Sep 17 00:00:00 2001 From: hpk Date: Sun, 13 Jul 2008 15:36:50 +0200 Subject: [PATCH] [svn r56510] svn 1.3 is in common use these days and seems to pass the test. --HG-- branch : trunk --- py/path/svn/testing/svntestbase.py | 1 - 1 file changed, 1 deletion(-) diff --git a/py/path/svn/testing/svntestbase.py b/py/path/svn/testing/svntestbase.py index caf9198ec..960f0381f 100644 --- a/py/path/svn/testing/svntestbase.py +++ b/py/path/svn/testing/svntestbase.py @@ -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: