test_explicit_hub seems to work

This commit is contained in:
rdw
2008-03-19 16:06:52 -05:00
parent 4a2459b6bb
commit 2de6627f5a

View File

@@ -133,10 +133,7 @@ class TestApi(tests.TestCase):
check_hub()
def dont_test_explicit_hub(self):
"""This test is broken. please change it's name to test_explicit_hub
and make it pass (or fix the test)
"""
def test_explicit_hub(self):
api.use_hub(Foo)
assert isinstance(api.get_hub(), Foo), api.get_hub()