test_explicit_hub seems to work

This commit is contained in:
rdw
2008-03-19 16:07:38 -05:00
parent 2de6627f5a
commit 9333192c32

View File

@@ -93,7 +93,7 @@ class TestApi(tests.TestCase):
check_hub()
def test_trampoline_timeout(self):
def test_001_trampoline_timeout(self):
server = api.tcp_listener(('0.0.0.0', 0))
bound_port = server.getsockname()[1]