[Neo-report] r2608 gregory - /trunk/neo/tests/zodb/testBasic.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jan 11 15:00:21 CET 2011


Author: gregory
Date: Tue Jan 11 15:00:21 2011
New Revision: 2608

Log:
Disable a test that is currently broken.

Modified:
    trunk/neo/tests/zodb/testBasic.py

Modified: trunk/neo/tests/zodb/testBasic.py
==============================================================================
--- trunk/neo/tests/zodb/testBasic.py [iso-8859-1] (original)
+++ trunk/neo/tests/zodb/testBasic.py [iso-8859-1] Tue Jan 11 15:00:21 2011
@@ -22,8 +22,9 @@ from ZODB.tests.StorageTestBase import S
 from neo.tests.zodb import ZODBTestCase
 
 class BasicTests(ZODBTestCase, StorageTestBase, BasicStorage):
-    pass
 
+    def check_tid_ordering_w_commit(self):
+        self.fail("Test disabled")
 
 if __name__ == "__main__":
     suite = unittest.makeSuite(BasicTests, 'check')




More information about the Neo-report mailing list