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

jan at codespeak.net jan at codespeak.net
Tue May 30 22:04:14 CEST 2006


Author: jan
Date: Tue May 30 22:04:13 2006
New Revision: 27943

Modified:
   py/dist/py/path/svn/testing/svntestbase.py
Log:
make the tests pass again on windows by changing the testdata back to the old state

Modified: py/dist/py/path/svn/testing/svntestbase.py
==============================================================================
--- py/dist/py/path/svn/testing/svntestbase.py	(original)
+++ py/dist/py/path/svn/testing/svntestbase.py	Tue May 30 22:04:13 2006
@@ -11,7 +11,8 @@
 # cache previously obtained wcs!
 #
 def getrepowc():
-    repo = py.test.ensuretemp('repo$*hehe') 
+    #repo = py.test.ensuretemp('repo$*hehe') 
+    repo = py.test.ensuretemp('repo')
     wcdir = py.test.ensuretemp('wc') 
     if not repo.listdir():
         #assert not wcdir.check()



More information about the pytest-commit mailing list