[Zope-Checkins] CVS: ZODB3/ZEO/tests - testConnection.py:1.16
Jeremy Hylton
jeremy@zope.com
Fri, 13 Jun 2003 18:27:34 -0400
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."""