[Checkins] SVN: zope.app.testing/trunk/ Fixed tests for python 2.4 as well as python 2.5 and 2.6

Fabio Tranchitella kobold at kobold.it
Thu Aug 20 08:04:01 EDT 2009


Log message for revision 103004:
  Fixed tests for python 2.4 as well as python 2.5 and 2.6

Changed:
  U   zope.app.testing/trunk/CHANGES.txt
  U   zope.app.testing/trunk/src/zope/app/testing/cookieTestOne.txt
  U   zope.app.testing/trunk/src/zope/app/testing/cookieTestTwo.txt

-=-
Modified: zope.app.testing/trunk/CHANGES.txt
===================================================================
--- zope.app.testing/trunk/CHANGES.txt	2009-08-20 11:43:50 UTC (rev 103003)
+++ zope.app.testing/trunk/CHANGES.txt	2009-08-20 12:03:58 UTC (rev 103004)
@@ -5,7 +5,8 @@
 3.7.3 (unreleased)
 ------------------
 
-- ...
+- Fixed tests for python 2.4 as well as python 2.5 and 2.6; the change in
+  version 3.7.1 introduced test regressions in python 2.4.
 
 3.7.2 (2009-07-24)
 ------------------

Modified: zope.app.testing/trunk/src/zope/app/testing/cookieTestOne.txt
===================================================================
--- zope.app.testing/trunk/src/zope/app/testing/cookieTestOne.txt	2009-08-20 11:43:50 UTC (rev 103003)
+++ zope.app.testing/trunk/src/zope/app/testing/cookieTestOne.txt	2009-08-20 12:03:58 UTC (rev 103004)
@@ -36,7 +36,7 @@
   2
 
   >>> http.cookies['proton'].OutputString()
-  'proton=fromCookieTestOne; Path=/foo'
+  'proton=fromCookieTestOne; Path=/foo...'
 
   >>> http.cookies
   <SimpleCookie: neutron='fromCookieTestOne' proton='fromCookieTestOne'>

Modified: zope.app.testing/trunk/src/zope/app/testing/cookieTestTwo.txt
===================================================================
--- zope.app.testing/trunk/src/zope/app/testing/cookieTestTwo.txt	2009-08-20 11:43:50 UTC (rev 103003)
+++ zope.app.testing/trunk/src/zope/app/testing/cookieTestTwo.txt	2009-08-20 12:03:58 UTC (rev 103004)
@@ -26,7 +26,7 @@
   2
 
   >>> http.cookies['cobalt'].OutputString()
-  'cobalt=fromCookieTestTwo; Path=/foo'
+  'cobalt=fromCookieTestTwo; Path=/foo...'
 
   >>> http.cookies
   <SimpleCookie: cobalt='fromCookieTestTwo' crimson='fromCookieTestTwo'>



More information about the Checkins mailing list