[Python-checkins] r54844 - python/trunk/Lib/test/test_normalization.py (original) (raw)
collin.winter python-checkins at python.org
Tue Apr 17 00:10:32 CEST 2007
- Previous message: [Python-checkins] r54843 - peps/trunk/pep-0306.txt
- Next message: [Python-checkins] r54847 - in sandbox/trunk/pep0: TODO pep0/parse.py pep0/pep.py test_pep0.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: collin.winter Date: Tue Apr 17 00:10:32 2007 New Revision: 54844
Modified: python/trunk/Lib/test/test_normalization.py Log: Check the availability of the urlfetch resource earlier than before.
Modified: python/trunk/Lib/test/test_normalization.py
--- python/trunk/Lib/test/test_normalization.py (original) +++ python/trunk/Lib/test/test_normalization.py Tue Apr 17 00:10:32 2007 @@ -88,6 +88,8 @@
def test_main():
Hit the exception early
- open_urlresource(TESTDATAURL) run_unittest(NormalizationTest)
if name == "main":
- Previous message: [Python-checkins] r54843 - peps/trunk/pep-0306.txt
- Next message: [Python-checkins] r54847 - in sandbox/trunk/pep0: TODO pep0/parse.py pep0/pep.py test_pep0.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]