[pypy-svn] r15259 - pypy/branch/pypy-newobjspace/objspace/std/test

hpk at codespeak.net hpk at codespeak.net
Thu Jul 28 17:12:17 CEST 2005


Author: hpk
Date: Thu Jul 28 17:12:16 2005
New Revision: 15259

Removed:
   pypy/branch/pypy-newobjspace/objspace/std/test/test_fake.py
Log:
remove nonsensical test 


Deleted: /pypy/branch/pypy-newobjspace/objspace/std/test/test_fake.py
==============================================================================
--- /pypy/branch/pypy-newobjspace/objspace/std/test/test_fake.py	Thu Jul 28 17:12:16 2005
+++ (empty file)
@@ -1,14 +0,0 @@
-# test the integration of unicode and strings (even though we don't
-# really implement unicode yet).
-
-import autopath, sys
-
-
-objspacename = 'std'
-
-class AppTestFakedTypes:
-    def test_inheriting(self):
-        class MyUnicode(unicode):
-            pass
-        my_u = MyUnicode('123')
-        assert type(my_u) is MyUnicode



More information about the Pypy-commit mailing list