[pypy-svn] r73816 - pypy/trunk/pypy/rlib/test

fijal at codespeak.net fijal at codespeak.net
Fri Apr 16 21:36:36 CEST 2010


Author: fijal
Date: Fri Apr 16 21:36:35 2010
New Revision: 73816

Modified:
   pypy/trunk/pypy/rlib/test/test_rlocale.py
Log:
rename function


Modified: pypy/trunk/pypy/rlib/test/test_rlocale.py
==============================================================================
--- pypy/trunk/pypy/rlib/test/test_rlocale.py	(original)
+++ pypy/trunk/pypy/rlib/test/test_rlocale.py	Fri Apr 16 21:36:35 2010
@@ -15,5 +15,5 @@
     def teardown_class(cls):
         setlocale(LC_ALL, cls.oldlocale)
 
-    def test_setlocale(self):
+    def test_setlocale_worked(self):
         assert u"Ą".isupper()



More information about the Pypy-commit mailing list