From 9333192c32f73dfcb25c72598a76f12b213265b8 Mon Sep 17 00:00:00 2001 From: rdw Date: Wed, 19 Mar 2008 16:07:38 -0500 Subject: [PATCH] test_explicit_hub seems to work --- eventlet/api_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eventlet/api_test.py b/eventlet/api_test.py index a7e390b..53c5501 100644 --- a/eventlet/api_test.py +++ b/eventlet/api_test.py @@ -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]