[Zodb-checkins] CVS: ZODB3/ExtensionClass/test - regrtest.py:1.6
Jeremy Hylton
jeremy at zope.com
Fri May 9 18:52:23 EDT 2003
Update of /cvs-repository/ZODB3/ExtensionClass/test
In directory cvs.zope.org:/tmp/cvs-serv23965
Modified Files:
regrtest.py
Log Message:
Add test_Missing and remove test_Sync.
=== ZODB3/ExtensionClass/test/regrtest.py 1.5 => 1.6 ===
--- ZODB3/ExtensionClass/test/regrtest.py:1.5 Wed Aug 14 17:24:48 2002
+++ ZODB3/ExtensionClass/test/regrtest.py Fri May 9 17:51:52 2003
@@ -18,7 +18,7 @@
import sys
import test.regrtest
-ec_tests = ["test_AqAlg", "test_MultiMapping", "test_Sync",
+ec_tests = ["test_AqAlg", "test_MultiMapping", "test_Missing",
"test_ThreadLock", "test_acquisition", "test_add",
"test_binding", "test_explicit_acquisition",
"test_method_hook"]
More information about the Zodb-checkins
mailing list