[Zodb-checkins] CVS: ZODB3/ZEO/tests - zeoserver.py:1.13.10.4
Jeremy Hylton
jeremy at zope.com
Thu May 29 20:29:37 EDT 2003
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv10208
Modified Files:
Tag: ZODB3-auth-branch
zeoserver.py
Log Message:
Pass a valid address for the monitor address.
=== ZODB3/ZEO/tests/zeoserver.py 1.13.10.3 => 1.13.10.4 ===
--- ZODB3/ZEO/tests/zeoserver.py:1.13.10.3 Thu May 29 17:39:29 2003
+++ ZODB3/ZEO/tests/zeoserver.py Thu May 29 19:29:36 2003
@@ -169,7 +169,7 @@
read_only=zo.read_only,
invalidation_queue_size=zo.invalidation_queue_size,
transaction_timeout=zo.transaction_timeout,
- monitor_address=zo.monitor_address,
+ monitor_address=zo.monitor_address.address,
auth_protocol=zo.auth_protocol,
auth_filename=zo.auth_database,
auth_realm=zo.auth_realm)
More information about the Zodb-checkins
mailing list