[Checkins] SVN: grok/branches/0.10/src/grok/ftests/security/ Refix the doctests.

Jan-Wijbrand Kolman janwijbrand at gmail.com
Fri Oct 5 11:26:42 EDT 2007


Log message for revision 80657:
  Refix the doctests.
  
  

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 15:06:45 UTC (rev 80656)
+++ grok/branches/0.10/src/grok/ftests/security/handle_exception.py	2007-10-05 15:26:42 UTC (rev 80657)
@@ -10,7 +10,7 @@
   >>> browser = Browser()
   >>> browser.open("http://localhost/@@cave")
   Traceback (most recent call last):
-  HTTP Error 500: Internal Server Error
+  httperror_seek_wrapper: 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 15:06:45 UTC (rev 80656)
+++ grok/branches/0.10/src/grok/ftests/security/require.py	2007-10-05 15:26:42 UTC (rev 80657)
@@ -9,7 +9,7 @@
   >>> browser = Browser()
   >>> browser.open("http://localhost/@@cavepainting")
   Traceback (most recent call last):
-  HTTP Error 401: Unauthorized
+  httperror_seek_wrapper: 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