summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2002-03-24 16:54:38 (GMT)
committerSkip Montanaro <skip@pobox.com>2002-03-24 16:54:38 (GMT)
commit74e77e89de9b0766987c8d15ab7b9bd4ec9c8fcb (patch)
tree3150cbe07bfcc0a13600becf43e2b78c98568644 /Lib
parent03ff86da2543bbbad7753c930f8af7f2a783ad4d (diff)
downloadcpython-74e77e89de9b0766987c8d15ab7b9bd4ec9c8fcb.zip
cpython-74e77e89de9b0766987c8d15ab7b9bd4ec9c8fcb.tar.gz
cpython-74e77e89de9b0766987c8d15ab7b9bd4ec9c8fcb.tar.bz2
add test for InvalidURL
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/output/test_httplib2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/output/test_httplib b/Lib/test/output/test_httplib
index ed235c2..683566b 100644
--- a/Lib/test/output/test_httplib
+++ b/Lib/test/output/test_httplib
@@ -3,3 +3,5 @@ reply: 'HTTP/1.1 200 Ok\r\n'
Text
reply: 'HTTP/1.1 400.100 Not Ok\r\n'
BadStatusLine raised as expected
+InvalidURL raised as expected
+InvalidURL raised as expected