[Zope-Checkins] CVS: ZODB3/ZODB/tests - testConfig.py:1.7
Jeremy Hylton
jeremy@zope.com
Tue, 14 Jan 2003 17:27:01 -0500
Update of /cvs-repository/ZODB3/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv11352
Modified Files:
testConfig.py
Log Message:
Try using a AF_INET address so that the test runs on Windows.
XXX Don't expect port 9 to do anything on any machine.
=== ZODB3/ZODB/tests/testConfig.py 1.6 => 1.7 ===
--- ZODB3/ZODB/tests/testConfig.py:1.6 Mon Jan 13 12:26:32 2003
+++ ZODB3/ZODB/tests/testConfig.py Tue Jan 14 17:26:58 2003
@@ -84,7 +84,7 @@
cfg = """
<zodb>
<zeoclient>
- server /no/path/var/test/foo
+ server localhost:9
wait false
</zeoclient>
</zodb>