[Python-checkins] python/dist/src/Lib/test/output test_httplib,1.3,1.4
jhylton@users.sourceforge.net
jhylton@users.sourceforge.net
2003年1月23日 10:02:24 -0800
Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory sc8-pr-cvs1:/tmp/cvs-serv15096/Lib/test/output
Modified Files:
test_httplib
Log Message:
Fix for SF bug 661340: test_httplib fails on the mac.
The test no longer produces output with \r\n in it.
Index: test_httplib
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_httplib,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** test_httplib 7 Jul 2002 16:51:37 -0000 1.3
--- test_httplib 23 Jan 2003 18:02:20 -0000 1.4
***************
*** 7,10 ****
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"
--- 7,11 ----
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"
!