[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ftests/doctest.txt Fix of broken test by my change at rev 71678

Adam Groszer adamg at fw.hu
Thu Jan 11 12:10:54 EST 2007


Log message for revision 71924:
  Fix of broken test by my change at rev 71678

Changed:
  U   Zope3/trunk/src/zope/app/ftests/doctest.txt

-=-
Modified: Zope3/trunk/src/zope/app/ftests/doctest.txt
===================================================================
--- Zope3/trunk/src/zope/app/ftests/doctest.txt	2007-01-11 16:04:17 UTC (rev 71923)
+++ Zope3/trunk/src/zope/app/ftests/doctest.txt	2007-01-11 17:10:54 UTC (rev 71924)
@@ -21,8 +21,11 @@
   ... GET /@@contents.html HTTP/1.1
   ... """)
   HTTP/1.1 401 Unauthorized
+  Cache-Control: no-store, no-cache, must-revalidate
   Content-Length: ...
   Content-Type: text/html;charset=utf-8
+  Expires: Mon, 26 Jul 1997 05:00:00 GMT
+  Pragma: no-cache
   WWW-Authenticate: basic realm="Zope"
   <BLANKLINE>
   <!DOCTYPE html PUBLIC ...
@@ -32,6 +35,7 @@
   - A 404 response,
   - A WWW-Authenticate header, and
   - An html body with an error message
+  - Some technical headers to keep squid happy
 
 Note that we used ellipeses to indicate ininteresting details.
 



More information about the Zope3-Checkins mailing list