[Checkins] SVN: Products.CMFCalendar/trunk/Products/CMFCalendar/browser/event.txt - the HTTP response status code display changed between Zope 2.10 and 2.11,

Jens Vagelpohl jens at dataflake.org
Mon Sep 15 05:13:59 EDT 2008


Log message for revision 91157:
  - the HTTP response status code display changed between Zope 2.10 and 2.11,
    adjust the doctest to be more lenient and ignore the textual status code
    representation. In 2.10.6 it says "OK" while in 2.11.1 it is "Ok".
  

Changed:
  U   Products.CMFCalendar/trunk/Products/CMFCalendar/browser/event.txt

-=-
Modified: Products.CMFCalendar/trunk/Products/CMFCalendar/browser/event.txt
===================================================================
--- Products.CMFCalendar/trunk/Products/CMFCalendar/browser/event.txt	2008-09-15 02:40:49 UTC (rev 91156)
+++ Products.CMFCalendar/trunk/Products/CMFCalendar/browser/event.txt	2008-09-15 09:13:56 UTC (rev 91157)
@@ -44,7 +44,7 @@
 Validate iCal
     >>> browser.open('http://localhost/site/myEvent/@@view.ics')
     >>> print browser.headers
-    Status: 200 OK
+    Status: 200...
     Content-Disposition: filename=cmf.ics
     Content-Length: 0
     Content-Type: text/iCal
@@ -52,7 +52,7 @@
 Validate vCal
     >>> browser.open('http://localhost/site/myEvent/@@view.vcs')
     >>> print browser.headers
-    Status: 200 OK
+    Status: 200...
     Content-Disposition: filename=cmf.vcs
     Content-Length: 0
     Content-Type: text/vCal



More information about the Checkins mailing list