[pypy-svn] rev 447 - pypy/trunk/src/pypy/objspace/std/test

alex at codespeak.net alex at codespeak.net
Mon May 26 16:01:01 CEST 2003


Author: alex
Date: Mon May 26 16:01:01 2003
New Revision: 447

Modified:
   pypy/trunk/src/pypy/objspace/std/test/test_intobject.py
Log:
usenew testsupport


Modified: pypy/trunk/src/pypy/objspace/std/test/test_intobject.py
==============================================================================
--- pypy/trunk/src/pypy/objspace/std/test/test_intobject.py	(original)
+++ pypy/trunk/src/pypy/objspace/std/test/test_intobject.py	Mon May 26 16:01:01 2003
@@ -4,7 +4,7 @@
 from pypy.objspace.std.objspace import *
 
 
-class TestW_IntObject(unittest.TestCase):
+class TestW_IntObject(testsupport.TestCase_w):
 
     def setUp(self):
         self.space = StdObjSpace()


More information about the Pypy-commit mailing list