Check the availability of the urlfetch resource earlier than before.

This commit is contained in:
Collin Winter 2007-04-16 22:10:32 +00:00
parent 68cdf8a6da
commit c20a250170

View file

@ -88,6 +88,8 @@ class NormalizationTest(unittest.TestCase):
def test_main(): def test_main():
# Hit the exception early
open_urlresource(TESTDATAURL)
run_unittest(NormalizationTest) run_unittest(NormalizationTest)
if __name__ == "__main__": if __name__ == "__main__":