[pypy-svn] r61658 - pypy/trunk/pypy/module/unicodedata/test

afa at codespeak.net afa at codespeak.net
Mon Feb 9 15:25:03 CET 2009


Author: afa
Date: Mon Feb  9 15:25:00 2009
New Revision: 61658

Modified:
   pypy/trunk/pypy/module/unicodedata/test/test_unicodedata.py
Log:
Please test our unicodedata module and not the faked one from CPython


Modified: pypy/trunk/pypy/module/unicodedata/test/test_unicodedata.py
==============================================================================
--- pypy/trunk/pypy/module/unicodedata/test/test_unicodedata.py	(original)
+++ pypy/trunk/pypy/module/unicodedata/test/test_unicodedata.py	Mon Feb  9 15:25:00 2009
@@ -4,6 +4,10 @@
 from pypy.module.unicodedata import unicodedb_4_1_0
 
 class AppTestUnicodeData:
+    def setup_class(cls):
+        space = gettestobjspace(usemodules=('unicodedata',))
+        cls.space = space
+
     def test_hangul_syllables(self):
         import unicodedata
         # Test all leading, vowel and trailing jamo



More information about the Pypy-commit mailing list