[Zodb-checkins] CVS: ZODB3/ZEO/tests - ConnectionTests.py:1.4.2.1.6.2

Jeremy Hylton jeremy@zope.com
Tue, 17 Dec 2002 18:23:45 -0500


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

Modified Files:
      Tag: ZODB3-fast-restart-branch
	ConnectionTests.py 
Log Message:
Use the standard "test" name for the cache.


=== ZODB3/ZEO/tests/ConnectionTests.py 1.4.2.1.6.1 => 1.4.2.1.6.2 ===
--- ZODB3/ZEO/tests/ConnectionTests.py:1.4.2.1.6.1	Tue Dec 17 18:22:36 2002
+++ ZODB3/ZEO/tests/ConnectionTests.py	Tue Dec 17 18:23:45 2002
@@ -582,7 +582,7 @@
 
 
     def checkVerificationWith2ClientsInvqOverflow(self):
-        perstorage = self.openClientStorage(cache="test1")
+        perstorage = self.openClientStorage(cache="test")
         self.assertEqual(perstorage.verify_result, "full verification")
         
         self._storage = self.openClientStorage()
@@ -602,7 +602,7 @@
         for i in range(5):
             revid = self._dostore(oid, revid)
 
-        perstorage = self.openClientStorage(cache="test1")
+        perstorage = self.openClientStorage(cache="test")
         self.assertEqual(perstorage.verify_result, "full verification")
         perstorage.sync()