[pypy-svn] r26558 - in pypy/branch/picklesupport: interpreter/test rpython/ootypesystem/test

ericvrp at codespeak.net ericvrp at codespeak.net
Sat Apr 29 08:10:04 CEST 2006


Author: ericvrp
Date: Sat Apr 29 08:09:58 2006
New Revision: 26558

Added:
   pypy/branch/picklesupport/rpython/ootypesystem/test/test_oostring.py
      - copied unchanged from r26557, pypy/dist/pypy/rpython/ootypesystem/test/test_oostring.py
Modified:
   pypy/branch/picklesupport/interpreter/test/test_pickle.py
Log:
get changes from the trunk (again)


Modified: pypy/branch/picklesupport/interpreter/test/test_pickle.py
==============================================================================
--- pypy/branch/picklesupport/interpreter/test/test_pickle.py	(original)
+++ pypy/branch/picklesupport/interpreter/test/test_pickle.py	Sat Apr 29 08:09:58 2006
@@ -170,7 +170,7 @@
         assert diter == result
 
     def test_pickle_enum(self):
-        skip("work in progress")
+        #skip("work in progress")
         import pickle
         e      = enumerate([])
         pckl   = pickle.dumps(e)



More information about the Pypy-commit mailing list