Log message for revision 116255:
  Lessen test condition, as the error value is printable at least on my system.
  

Changed:
  U   Zope/branches/2.12/src/ZPublisher/tests/exception_handling.txt

-=-
Modified: Zope/branches/2.12/src/ZPublisher/tests/exception_handling.txt
===================================================================
--- Zope/branches/2.12/src/ZPublisher/tests/exception_handling.txt      
2010-09-09 12:07:38 UTC (rev 116254)
+++ Zope/branches/2.12/src/ZPublisher/tests/exception_handling.txt      
2010-09-09 12:14:32 UTC (rev 116255)
@@ -160,7 +160,7 @@
     >>> browser.open('http://localhost/test_folder_1_/foo')
     Traceback (most recent call last):
     ...
-    Unauthorized: <unprintable ... object>
+    Unauthorized: ...
 
 Handle zExceptions.Unauthorized raised by BaseRequest.traverse. We take the
 'WWW-Authenticate' header as a sign that HTTPResponse._unauthorized was called.

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to