[Neo-report] r1785 gregory - /trunk/tools/runner

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 16 17:43:08 CET 2010


Author: gregory
Date: Tue Feb 16 17:43:08 2010
New Revision: 1785

Log:
Include new ZODB test suites in test runner.

Modified:
    trunk/tools/runner

Modified: trunk/tools/runner
==============================================================================
--- trunk/tools/runner [iso-8859-1] (original)
+++ trunk/tools/runner [iso-8859-1] Tue Feb 16 17:43:08 2010
@@ -71,6 +71,18 @@
 ]
 
 ZODB_TEST_MODULES = [
+    ('neo.tests.zodb.testBasic', 'check'),
+    ('neo.tests.zodb.testConflict', 'check'),
+    ('neo.tests.zodb.testHistory', 'check'),
+    ('neo.tests.zodb.testIterator', 'check'),
+    ('neo.tests.zodb.testMT', 'check'),
+    # ('neo.tests.zodb.testPack', 'check'),
+    ('neo.tests.zodb.testPersistent', 'check'),
+    ('neo.tests.zodb.testReadOnly', 'check'),
+    ('neo.tests.zodb.testRevision', 'check'),
+    ('neo.tests.zodb.testSynchronization', 'check'),
+    # ('neo.tests.zodb.testVersion', 'check'),
+    ('neo.tests.zodb.testUndo', 'check'),
     ('neo.tests.zodb.testZODB', 'check'),
 ]
 





More information about the Neo-report mailing list