[pypy-svn] r79012 - pypy/branch/mapdict-without-jit/pypy/objspace/std/test

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Nov 11 18:24:38 CET 2010


Author: cfbolz
Date: Thu Nov 11 18:24:36 2010
New Revision: 79012

Modified:
   pypy/branch/mapdict-without-jit/pypy/objspace/std/test/test_mapdict.py
Log:
more precise name


Modified: pypy/branch/mapdict-without-jit/pypy/objspace/std/test/test_mapdict.py
==============================================================================
--- pypy/branch/mapdict-without-jit/pypy/objspace/std/test/test_mapdict.py	(original)
+++ pypy/branch/mapdict-without-jit/pypy/objspace/std/test/test_mapdict.py	Thu Nov 11 18:24:36 2010
@@ -778,7 +778,7 @@
         res = self.check(f, 'x')
         assert res == (0, 0, 1)
 
-class AppTestCaching(AppTestWithMapDict):
+class AppTestGlobalCaching(AppTestWithMapDict):
     def setup_class(cls):
         cls.space = gettestobjspace(
             **{"objspace.std.withmethodcachecounter": True,



More information about the Pypy-commit mailing list