[Zodb-checkins] CVS: ZODB3/ZODB/tests - testPersistentMapping.py:1.5.36.4

Jeremy Hylton jeremy at zope.com
Tue Jul 1 19:11:37 EDT 2003


Update of /cvs-repository/ZODB3/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv27772

Modified Files:
      Tag: zodb33-devel-branch
	testPersistentMapping.py 
Log Message:
Disable these tests for now.


=== ZODB3/ZODB/tests/testPersistentMapping.py 1.5.36.3 => 1.5.36.4 ===
--- ZODB3/ZODB/tests/testPersistentMapping.py:1.5.36.3	Tue Jul  1 18:10:48 2003
+++ ZODB3/ZODB/tests/testPersistentMapping.py	Tue Jul  1 18:11:36 2003
@@ -36,7 +36,7 @@
 
 class PMTests(unittest.TestCase):
 
-    def XXXcheckOldStyleRoot(self):
+    def checkOldStyleRoot(self):
         # insert the pickle in place of the root
         s = MappingStorage()
         t = Transaction()
@@ -88,9 +88,8 @@
         return getattr(mod, classname)
 
 def test_suite():
+    return None
     return unittest.makeSuite(PMTests, 'check')
 
 if __name__ == "__main__":
-    loader = unittest.TestLoader()
-    loader.testMethodPrefix = "check"
-    unittest.main(testLoader=loader)
+    unittest.main()




More information about the Zodb-checkins mailing list