Commit 5022ff27 authored by Jeremy Hylton's avatar Jeremy Hylton

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.
parent 3effec9c
...@@ -84,7 +84,7 @@ class ZODBConfigTest(ConfigTestBase): ...@@ -84,7 +84,7 @@ class ZODBConfigTest(ConfigTestBase):
cfg = """ cfg = """
<zodb> <zodb>
<zeoclient> <zeoclient>
server /no/path/var/test/foo server localhost:9
wait false wait false
</zeoclient> </zeoclient>
</zodb> </zodb>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment