[Zodb-checkins] CVS: ZODB3/ZEO/tests - zeoserver.py:1.24

Jeremy Hylton jeremy at zope.com
Wed Jan 14 17:17:42 EST 2004


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

Modified Files:
	zeoserver.py 
Log Message:
Fix extraction of monitor address.

I don't really understand why this change and the last one to
runzeo.py have their apparent effects, but the tests work and the -m
option to runzeo.py works.


=== ZODB3/ZEO/tests/zeoserver.py 1.23 => 1.24 ===
--- ZODB3/ZEO/tests/zeoserver.py:1.23	Mon Oct  6 20:25:28 2003
+++ ZODB3/ZEO/tests/zeoserver.py	Wed Jan 14 17:17:41 2004
@@ -180,7 +180,7 @@
     storage = zo.storages[0].open()
     mon_addr = None
     if zo.monitor_address:
-        mon_addr = zo.monitor_address.address
+        mon_addr = zo.monitor_address
     server = StorageServer(
         zo.address,
         {"1": storage},




More information about the Zodb-checkins mailing list