[Python-checkins] python/dist/src/Lib/test/output test_cookie, 1.7, 1.8

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Mon Jun 27 07:51:11 CEST 2005


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18398/Lib/test/output

Modified Files:
	test_cookie 
Log Message:
Adapt output file to new Cookie JS output.



Index: test_cookie
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_cookie,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- test_cookie	13 May 2001 00:19:31 -0000	1.7
+++ test_cookie	27 Jun 2005 05:51:07 -0000	1.8
@@ -16,16 +16,16 @@
 Set-Cookie: keebler=E=mc2;
 Set-Cookie: Customer="WILE_E_COYOTE"; Path=/acme;
 
-        <SCRIPT LANGUAGE="JavaScript">
+        <script type="text/javascript">
         <!-- begin hiding
-        document.cookie = "Customer="WILE_E_COYOTE"; Path=/acme; Version=1;"
+        document.cookie = "Customer="WILE_E_COYOTE"; Path=/acme; Version=1;";
         // end hiding -->
         </script>
         
 
-        <SCRIPT LANGUAGE="JavaScript">
+        <script type="text/javascript">
         <!-- begin hiding
-        document.cookie = "Customer="WILE_E_COYOTE"; Path=/acme;"
+        document.cookie = "Customer="WILE_E_COYOTE"; Path=/acme;";
         // end hiding -->
         </script>
         



More information about the Python-checkins mailing list