[pypy-svn] r68135 - pypy/trunk/pypy/translator/jvm/test

antocuni at codespeak.net antocuni at codespeak.net
Sat Oct 3 10:54:34 CEST 2009


Author: antocuni
Date: Sat Oct  3 10:54:33 2009
New Revision: 68135

Modified:
   pypy/trunk/pypy/translator/jvm/test/test_dict.py
Log:
skip this test for now


Modified: pypy/trunk/pypy/translator/jvm/test/test_dict.py
==============================================================================
--- pypy/trunk/pypy/translator/jvm/test/test_dict.py	(original)
+++ pypy/trunk/pypy/translator/jvm/test/test_dict.py	Sat Oct  3 10:54:33 2009
@@ -3,8 +3,8 @@
 import pypy.translator.oosupport.test_template.dict as oodict
 
 class TestJvmDict(JvmTest, oodict.BaseTestDict):
-    def test_invalid_iterator(self):
-        py.test.skip("test_invalid_iterator() doesn't work yet")
+    def test_resize_during_iteration(self):
+        py.test.skip("test_resize_during_iteration() doesn't work yet")
 
     def test_recursive(self):
         py.test.skip("JVM doesn't support recursive dicts")



More information about the Pypy-commit mailing list