[Zope3-checkins] CVS: Zope3/src/zodb/zeo/tests - zeoserver.py:1.5
Anthony Baxter
anthony@interlink.com.au
Thu, 9 Jan 2003 06:59:31 -0500
Update of /cvs-repository/Zope3/src/zodb/zeo/tests
In directory cvs.zope.org:/tmp/cvs-serv24160
Modified Files:
zeoserver.py
Log Message:
ZEO is spelt 'zeo'. this made a huge pile of Z3 tests fail for me. better now.
=== Zope3/src/zodb/zeo/tests/zeoserver.py 1.4 => 1.5 ===
--- Zope3/src/zodb/zeo/tests/zeoserver.py:1.4 Tue Jan 7 18:23:08 2003
+++ Zope3/src/zodb/zeo/tests/zeoserver.py Thu Jan 9 06:59:29 2003
@@ -112,7 +112,7 @@
def run(self):
# If this process doesn't exit in 60 seconds, commit suicide
time.sleep(60)
- from ZEO.tests.forker import shutdown_zeo_server
+ from zeo.tests.forker import shutdown_zeo_server
# XXX If the -k option was given to zeoserver, then the process will
# go away but the temp files won't get cleaned up.
shutdown_zeo_server(self._adminaddr)