[py-svn] r32947 - py/dist/py/path/svn/testing

guido at codespeak.net guido at codespeak.net
Fri Oct 6 11:55:28 CEST 2006


Author: guido
Date: Fri Oct  6 11:55:27 2006
New Revision: 32947

Modified:
   py/dist/py/path/svn/testing/test_urlcommand.py
   py/dist/py/path/svn/testing/test_wccommand.py
Log:
'Unskipping' tilde character in file name tests, as cfbolz just fixed the 
problem.


Modified: py/dist/py/path/svn/testing/test_urlcommand.py
==============================================================================
--- py/dist/py/path/svn/testing/test_urlcommand.py	(original)
+++ py/dist/py/path/svn/testing/test_urlcommand.py	Fri Oct  6 11:55:27 2006
@@ -30,7 +30,6 @@
         py.test.raises(ValueError, 'py.path.svnurl("http://host.com/foo:bar")')
         
     def test_svnurl_characters_tilde_end(self):
-        py.test.skip('XXX fix me')
         py.path.svnurl("http://host.com/some/file~")
         
     # XXX 

Modified: py/dist/py/path/svn/testing/test_wccommand.py
==============================================================================
--- py/dist/py/path/svn/testing/test_wccommand.py	(original)
+++ py/dist/py/path/svn/testing/test_wccommand.py	Fri Oct  6 11:55:27 2006
@@ -303,5 +303,4 @@
     py.test.raises(ValueError, "py.path.svnwc('/tmp/@@@:')")
 
 def test_characters_tilde():
-    py.test.skip('XXX fix me')
     py.path.svnwc('/tmp/test~')



More information about the pytest-commit mailing list