Commit 2432cfa9 authored by Martijn Pieters's avatar Martijn Pieters

Silence test failure in light of changes to publish_method handle_errors. The

test causes a Unauthorized exception to be raised, which now correctly is *not*
handled by the publisher, as requested.

**This change needs to be propagated to the Five repository to become
permanent!**
parent dbc43223
......@@ -36,8 +36,9 @@ otherwise we will fail to access it:
... GET /test_folder_1_/ftf/+/protectedaddform.html HTTP/1.1
... Authorization: Basic viewer:secret
... """, handle_errors=False)
HTTP/1.1 401 Unauthorized
Traceback (most recent call last):
...
Unauthorized: ...
Now let's add a piece of our sample content object to test more things
on it:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment