Commit c0b96879 authored by Jim Fulton's avatar Jim Fulton

Stop using get_port in another place, for faster more reliable tests

parent 7de0a787
......@@ -172,7 +172,7 @@ class GenericTestBase(
self._storage.registerDB(DummyDB())
def getZEOConfig(self):
return forker.ZEOConfig(('', get_port(self)))
return forker.ZEOConfig(('127.0.0.1', 0))
def _wrap_client(self, client):
return client
......
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