[Zodb-checkins] CVS: ZODB3/ZEO/tests - zeoserver.py:1.19.4.1
Jeremy Hylton
jeremy at zope.com
Fri Jun 20 15:11:02 EDT 2003
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv12852
Modified Files:
Tag: ZODB3-3_2-branch
zeoserver.py
Log Message:
Backport fix for auth_filename -> auth_database change.
=== ZODB3/ZEO/tests/zeoserver.py 1.19 => 1.19.4.1 ===
--- ZODB3/ZEO/tests/zeoserver.py:1.19 Thu Jun 5 18:39:01 2003
+++ ZODB3/ZEO/tests/zeoserver.py Fri Jun 20 14:11:01 2003
@@ -174,7 +174,7 @@
transaction_timeout=zo.transaction_timeout,
monitor_address=mon_addr,
auth_protocol=zo.auth_protocol,
- auth_filename=zo.auth_database,
+ auth_database=zo.auth_database,
auth_realm=zo.auth_realm)
try:
More information about the Zodb-checkins
mailing list