[Zodb-checkins] CVS: ZODB3/ZEO/tests - ConnectionTests.py:1.25
Jeremy Hylton
jeremy at zope.com
Thu May 29 16:18:19 EDT 2003
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv6978
Modified Files:
ConnectionTests.py
Log Message:
Fix monitor_address.
=== ZODB3/ZEO/tests/ConnectionTests.py 1.24 => 1.25 ===
--- ZODB3/ZEO/tests/ConnectionTests.py:1.24 Thu May 29 14:26:56 2003
+++ ZODB3/ZEO/tests/ConnectionTests.py Thu May 29 15:18:18 2003
@@ -140,7 +140,7 @@
if ro_svr:
zconf.read_only = 1
if self.monitor:
- zconf.monitor_address = monitor
+ zconf.monitor_address = ("", 42000)
if self.invq:
zconf.invalidation_queue_size = self.invq
if self.timeout:
More information about the Zodb-checkins
mailing list