[Zope-Checkins] CVS: ZODB3/ZEO/tests - testConnection.py:1.16.2.4

Jeremy Hylton jeremy at zope.com
Thu Sep 11 16:45:38 EDT 2003


Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv10387/ZEO/tests

Modified Files:
      Tag: ZODB3-3_2-branch
	testConnection.py 
Log Message:
Don't mix the Invq tests in with the Reconnection tests.


=== ZODB3/ZEO/tests/testConnection.py 1.16.2.3 => 1.16.2.4 ===
--- ZODB3/ZEO/tests/testConnection.py:1.16.2.3	Wed Sep 10 23:27:51 2003
+++ ZODB3/ZEO/tests/testConnection.py	Thu Sep 11 15:45:37 2003
@@ -86,8 +86,7 @@
 
 class BDBReconnectionTests(
     BerkeleyStorageConfig,
-    ConnectionTests.ReconnectionTests,
-    ConnectionTests.InvqTests
+    ConnectionTests.ReconnectionTests
     ):
     """Berkeley storage re-connection tests."""
     level = 2




More information about the Zope-Checkins mailing list