[Zope-Checkins] CVS: ZODB3/ZEO/tests - ConnectionTests.py:1.40.2.3

Tim Peters tim.one at comcast.net
Wed Aug 6 13:29:17 EDT 2003


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

Modified Files:
      Tag: ZODB3-3_2-branch
	ConnectionTests.py 
Log Message:
Ack, I meant to delete the bad code, not just comment it out.


=== ZODB3/ZEO/tests/ConnectionTests.py 1.40.2.2 => 1.40.2.3 ===
--- ZODB3/ZEO/tests/ConnectionTests.py:1.40.2.2	Wed Aug  6 12:21:34 2003
+++ ZODB3/ZEO/tests/ConnectionTests.py	Wed Aug  6 12:29:12 2003
@@ -849,7 +849,6 @@
     def checkTimeoutAfterVote(self):
         raises = self.assertRaises
         unless = self.failUnless
-        #self.startServer()
         self._storage = storage = self.openClientStorage()
         # Assert that the zeo cache is empty
         unless(not storage._cache._index)
@@ -880,7 +879,6 @@
         eq = self.assertEqual
         raises = self.assertRaises
         unless = self.failUnless
-        #self.startServer()
         self._storage = storage = self.openClientStorage()
         # Assert that the zeo cache is empty
         unless(not storage._cache._index)




More information about the Zope-Checkins mailing list