[Zodb-checkins] CVS: ZEO/ZEO/tests - testZEO.py:1.16.4.11

Jeremy Hylton jeremy@zope.com
Mon, 28 Jan 2002 17:54:24 -0500


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

Modified Files:
      Tag: Standby-branch
	testZEO.py 
Log Message:
Argh!  Don't create a FileStorage in _startServer(), that's what the
previous checkin was supposed to prevent.


=== ZEO/ZEO/tests/testZEO.py 1.16.4.10 => 1.16.4.11 ===
 
     def _startServer(self, create=1, index=0):
-        fs = FileStorage("%s.%d" % (self.file, index), create=create)
         path = "%s.%d" % (self.file, index)
         addr = self.addr[index]
         pid, server = forker.start_zeo_server(addr, 'FileStorage',