[Zope-CVS] CVS: Products/Ape/lib/apelib/tests - testall.py:1.3.2.1

Shane Hathaway shane@zope.com
Tue, 8 Jul 2003 00:03:31 -0400


Update of /cvs-repository/Products/Ape/lib/apelib/tests
In directory cvs.zope.org:/tmp/cvs-serv15121/tests

Modified Files:
      Tag: ape-newconf-branch
	testall.py 
Log Message:
Added minitable tests to suite

=== Products/Ape/lib/apelib/tests/testall.py 1.3 => 1.3.2.1 ===
--- Products/Ape/lib/apelib/tests/testall.py:1.3	Mon May 26 15:33:16 2003
+++ Products/Ape/lib/apelib/tests/testall.py	Tue Jul  8 00:03:26 2003
@@ -37,6 +37,7 @@
 from testzope2fs import Zope2FSTests, Zope2FSUnderscoreTests
 from testparams import ParamsTests
 from testsqlimpl import ApelibSQLImplTests
+from apelib.config.tests.test_minitables import MiniTableTests
 import testzope2sql
 
 sql_suite = testzope2sql.test_suite()
@@ -45,6 +46,7 @@
     suite = unittest.TestSuite()
     for klass in (
         SerializationTests,
+        MiniTableTests,
         ApelibImplTests,
         ApeStorageTests,
         ApeIOTests,