[Zodb-checkins] CVS: ZODB3/ZEO/tests - multi.py:1.10
Guido van Rossum
guido@python.org
Thu, 26 Sep 2002 11:23:08 -0400
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv3315
Modified Files:
multi.py
Log Message:
Add an XXX comment that this is broken. (The signature of
start_zeo_server() has changed dramatically.)
=== ZODB3/ZEO/tests/multi.py 1.9 => 1.10 ===
--- ZODB3/ZEO/tests/multi.py:1.9 Thu Aug 29 12:32:51 2002
+++ ZODB3/ZEO/tests/multi.py Thu Sep 26 11:23:08 2002
@@ -12,6 +12,7 @@
#
##############################################################################
"""A multi-client test of the ZEO storage server"""
+# XXX This code is currently broken.
import ZODB, ZODB.DB, ZODB.FileStorage, ZODB.POSException
import Persistence