[Python-checkins] python/dist/src/Lib/test/output test_httplib,1.1,1.1.2.1
jhylton@users.sourceforge.net
jhylton@users.sourceforge.net
Fri, 12 Jul 2002 09:04:32 -0700
Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory usw-pr-cvs1:/tmp/cvs-serv21273
Modified Files:
Tag: release21-maint
test_httplib
Log Message:
Update test output.
Index: test_httplib
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_httplib,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -d -r1.1 -r1.1.2.1
*** test_httplib 13 Apr 2001 14:57:44 -0000 1.1
--- test_httplib 12 Jul 2002 16:04:27 -0000 1.1.2.1
***************
*** 4,5 ****
--- 4,10 ----
reply: 'HTTP/1.1 400.100 Not Ok\r\n'
BadStatusLine raised as expected
+ InvalidURL raised as expected
+ InvalidURL raised as expected
+ reply: 'HTTP/1.1 200 OK\r\n'
+ header: Set-Cookie: Customer="WILE_E_COYOTE"; Version="1"; Path="/acme"
+ header: Set-Cookie: Part_Number="Rocket_Launcher_0001"; Version="1"; Path="/acme"