Skip to content

Commit

Permalink
unfix the test for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
janwijbrand committed Oct 5, 2007
1 parent 0e73685 commit 417efad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/grok/ftests/security/handle_exception.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
>>> browser = Browser()
>>> browser.open("http://localhost/@@cave")
Traceback (most recent call last):
...
httperror_seek_wrapper: HTTP Error 500: Internal Server Error
HTTP Error 500: Internal Server Error
>>> browser.contents
"It's gone!"
Expand Down
3 changes: 1 addition & 2 deletions src/grok/ftests/security/require.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
>>> browser = Browser()
>>> browser.open("http://localhost/@@cavepainting")
Traceback (most recent call last):
...
httperror_seek_wrapper: HTTP Error 401: Unauthorized
HTTP Error 401: Unauthorized
When we log in (e.g. as a manager), we can access the view just fine:
Expand Down

0 comments on commit 417efad

Please sign in to comment.