[Python-checkins] CVS: python/dist/src/Lib/test/output test_cookie,1.2,1.3

A.M. Kuchling python-dev@python.org
Thu, 24 Aug 2000 04:56:40 -0700


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory slayer.i.sourceforge.net:/tmp/cvs-serv31489/output

Modified Files:
	test_cookie 
Log Message:
Updated test suite: test repr() and str() of cookies, and test metadata 
    fields with quoted values (as in Path="/acme")


Index: test_cookie
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_cookie,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** test_cookie	2000/08/19 15:57:33	1.2
--- test_cookie	2000/08/24 11:56:19	1.3
***************
*** 1,9 ****
--- 1,14 ----
  test_cookie
+ <SimpleCookie: vienna='finger' chips='ahoy'>
  Set-Cookie: vienna=finger;
  Set-Cookie: chips=ahoy;
    vienna 'finger' 'finger'
+ Set-Cookie: vienna=finger;
    chips 'ahoy' 'ahoy'
+ Set-Cookie: chips=ahoy;
+ <SimpleCookie: keebler='E=mc2; L="Loves"; fudge=\012;'>
  Set-Cookie: keebler="E=mc2; L=\"Loves\"; fudge=\012;";
    keebler 'E=mc2; L="Loves"; fudge=\012;' 'E=mc2; L="Loves"; fudge=\012;'
+ Set-Cookie: keebler="E=mc2; L=\"Loves\"; fudge=\012;";
  Set-Cookie: Customer="WILE_E_COYOTE"; Path=/acme;