[pypy-svn] r34654 - pypy/dist/pypy/objspace/std/test

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Nov 16 10:55:44 CET 2006


Author: cfbolz
Date: Thu Nov 16 10:55:41 2006
New Revision: 34654

Modified:
   pypy/dist/pypy/objspace/std/test/test_strjoinobject.py
Log:
this was fixed, un-skipping test


Modified: pypy/dist/pypy/objspace/std/test/test_strjoinobject.py
==============================================================================
--- pypy/dist/pypy/objspace/std/test/test_strjoinobject.py	(original)
+++ pypy/dist/pypy/objspace/std/test/test_strjoinobject.py	Thu Nov 16 10:55:41 2006
@@ -15,7 +15,6 @@
         assert 'W_StringJoinObject' in pypymagic.pypy_repr(s)
 
     def test_add_twice(self):
-        skip("minimal failing test")
         x = "a" + ""
         y = x + "b"
         c = x + "b"



More information about the Pypy-commit mailing list