From c20a250170f541f5fbba6ca2bb8d0383f5afc117 Mon Sep 17 00:00:00 2001 From: Collin Winter Date: Mon, 16 Apr 2007 22:10:32 +0000 Subject: Check the availability of the urlfetch resource earlier than before. --- Lib/test/test_normalization.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lib/test/test_normalization.py b/Lib/test/test_normalization.py index 00e66fa..055b403 100644 --- a/Lib/test/test_normalization.py +++ b/Lib/test/test_normalization.py @@ -88,6 +88,8 @@ class NormalizationTest(unittest.TestCase): def test_main(): + # Hit the exception early + open_urlresource(TESTDATAURL) run_unittest(NormalizationTest) if __name__ == "__main__": -- cgit v0.12