Commit 29327911 authored by Jim Fulton's avatar Jim Fulton

experimenting with travis

parent 6b43b613
......@@ -1491,7 +1491,7 @@ def can_use_empty_string_for_local_host_on_client():
"""We should be able to spell localhost with ''.
>>> (_, port), _ = start_server()
>>> conn = ZEO.connection(('', port))
>>> conn = ZEO.connection(('localhost', port))
>>> conn.root()
{}
>>> conn.root.x = 1
......
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