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

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


Log message for revision 71926:
  Fix of broken test by my change at rev 71681

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

-=-
Modified: Zope3/branches/3.2/src/zope/app/ftests/doctest.txt
===================================================================
--- Zope3/branches/3.2/src/zope/app/ftests/doctest.txt	2007-01-11 17:11:51 UTC (rev 71925)
+++ Zope3/branches/3.2/src/zope/app/ftests/doctest.txt	2007-01-11 17:12:29 UTC (rev 71926)
@@ -21,9 +21,12 @@
   ... 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
-  WWW-Authenticate: basic realm=zope
+  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