[Checkins] SVN: zope.app.catalog/trunk/src/zope/app/catalog/browser/README.txt Fixed #112109: Returning 200 Ok instead of 200 OK

Fred Drake fdrake at gmail.com
Thu May 3 16:28:52 EDT 2007


On 5/3/07, Dmitry Vasiliev <dima at hlabs.spb.ru> wrote:
> Log message for revision 75063:
>   Fixed #112109: Returning 200 Ok instead of 200 OK
...
> -  HTTP/1.1 200 Ok
> +  HTTP/1.1 200 OK

--sigh--

On seeing these checkins, I find myself appalled.  The tests are now
dependent on a specific version of the publisher, which seems pretty
ridiculous to me.

The response phrase should always be "..." in the tests, or normalized
by the test harness; it should never be tied to the publisher like
this.


  -Fred

-- 
Fred L. Drake, Jr.    <fdrake at gmail.com>
"Chaos is the score upon which reality is written." --Henry Miller


More information about the Checkins mailing list