[Zodb-checkins] CVS: ZODB3/ZEO/tests - testConnection.py:1.16

Jeremy Hylton jeremy at zope.com
Fri Jun 13 19:27:34 EDT 2003


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

Modified Files:
	testConnection.py 
Log Message:
typos


=== ZODB3/ZEO/tests/testConnection.py 1.15 => 1.16 ===
--- ZODB3/ZEO/tests/testConnection.py:1.15	Fri Jun 13 18:26:28 2003
+++ ZODB3/ZEO/tests/testConnection.py	Fri Jun 13 18:27:33 2003
@@ -49,7 +49,7 @@
 
 class FileStorageConnectionTests(
     FileStorageConfig,
-    ConnectionTests.ConnectionTests.
+    ConnectionTests.ConnectionTests,
     InvalidationTests.InvalidationTests
     ):
     """FileStorage-specific connection tests."""
@@ -72,7 +72,7 @@
 
 class BDBConnectionTests(
     BerkeleyStorageConfig,
-    ConnectionTests.ConnectionTests
+    ConnectionTests.ConnectionTests,
     InvalidationTests.InvalidationTests
     ):
     """Berkeley storage connection tests."""




More information about the Zodb-checkins mailing list