[Checkins] SVN: grok/branches/0.10/src/grok/ftests/security/ unfix the test for now.

Jan-Wijbrand Kolman janwijbrand at gmail.com
Fri Oct 5 10:30:53 EDT 2007


Log message for revision 80652:
  unfix the test for now.
  
  

Changed:
  U   grok/branches/0.10/src/grok/ftests/security/handle_exception.py
  U   grok/branches/0.10/src/grok/ftests/security/require.py

-=-
Modified: grok/branches/0.10/src/grok/ftests/security/handle_exception.py
===================================================================
--- grok/branches/0.10/src/grok/ftests/security/handle_exception.py	2007-10-05 14:29:22 UTC (rev 80651)
+++ grok/branches/0.10/src/grok/ftests/security/handle_exception.py	2007-10-05 14:30:52 UTC (rev 80652)
@@ -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!"
 

Modified: grok/branches/0.10/src/grok/ftests/security/require.py
===================================================================
--- grok/branches/0.10/src/grok/ftests/security/require.py	2007-10-05 14:29:22 UTC (rev 80651)
+++ grok/branches/0.10/src/grok/ftests/security/require.py	2007-10-05 14:30:52 UTC (rev 80652)
@@ -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:
 



More information about the Checkins mailing list