Hello Philipp, Sorry, I fixed that now hopefully. Now I get Ran 532 tests with 0 failures and 0 errors in ... What mislead me was that in 3.3 the realm is "Zope" instead of zope.
Sunday, March 25, 2007, 5:41:03 PM, you wrote: PvW> Adam Groszer wrote: >> Log message for revision 71926: >> Fix of broken test by my change at rev 71681 PvW> Hi Adam, apparently that fix breaks tests on Windows: PvW> 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. -- Best regards, Groszer Adam -- Quote of the day: "Friends don't let friends drive drunk". I think we could adopt something like "friends don't want friends to go to hell. - Chuck Gallini _______________________________________________ Zope3-dev mailing list [email protected] Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com
