[pypy-svn] r54430 - pypy/branch/io-improvements/pypy/rpython/test

fijal at codespeak.net fijal at codespeak.net
Mon May 5 10:41:44 CEST 2008


Author: fijal
Date: Mon May  5 10:41:43 2008
New Revision: 54430

Modified:
   pypy/branch/io-improvements/pypy/rpython/test/test_runicode.py
Log:
these tests pass


Modified: pypy/branch/io-improvements/pypy/rpython/test/test_runicode.py
==============================================================================
--- pypy/branch/io-improvements/pypy/rpython/test/test_runicode.py	(original)
+++ pypy/branch/io-improvements/pypy/rpython/test/test_runicode.py	Mon May  5 10:41:43 2008
@@ -211,10 +211,6 @@
     test_float = unsupported
     test_hlstr = unsupported
 
-    def test_find_empty_string(self):
-        py.test.skip("We should think how to solve this problem")
-    test_rfind_empty_string = test_find_empty_string
-
 class TestLLtype(BaseTestRUnicode, LLRtypeMixin):
     EMPTY_STRING_HASH = -1
 



More information about the Pypy-commit mailing list