[py-svn] r56510 - py/trunk/py/path/svn/testing

hpk at codespeak.net hpk at codespeak.net
Sun Jul 13 15:36:53 CEST 2008


Author: hpk
Date: Sun Jul 13 15:36:50 2008
New Revision: 56510

Modified:
   py/trunk/py/path/svn/testing/svntestbase.py
Log:
svn 1.3 is in common use these days and seems to pass the test. 


Modified: py/trunk/py/path/svn/testing/svntestbase.py
==============================================================================
--- py/trunk/py/path/svn/testing/svntestbase.py	(original)
+++ py/trunk/py/path/svn/testing/svntestbase.py	Sun Jul 13 15:36:50 2008
@@ -99,7 +99,6 @@
         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:



More information about the pytest-commit mailing list