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

Philipp von Weitershausen philipp at weitershausen.de
Sun Mar 25 11:41:03 EDT 2007


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

Hi Adam, apparently that fix breaks tests on Windows:
http://buildbot.zope.org/Zope3%20branches%203.2%202.4%20Windows%202000%20zc-bbwin/builds/163/test_2/0

> 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.


-- 
http://worldcookery.com -- Professional Zope documentation and training


More information about the Zope3-dev mailing list