[Checkins] SVN: z3c.layer.minimal/trunk/src/z3c/layer/minimal/README.txt Does any body know what's happen to the tests error?

Roger Ineichen roger at projekt01.ch
Sat Sep 22 15:47:31 EDT 2007


Log message for revision 79837:
  Does any body know what's happen to the tests error?
  httperror_seek_wrapper
  
  Reflect the broken testbrowser output in the test
  

Changed:
  U   z3c.layer.minimal/trunk/src/z3c/layer/minimal/README.txt

-=-
Modified: z3c.layer.minimal/trunk/src/z3c/layer/minimal/README.txt
===================================================================
--- z3c.layer.minimal/trunk/src/z3c/layer/minimal/README.txt	2007-09-22 19:45:23 UTC (rev 79836)
+++ z3c.layer.minimal/trunk/src/z3c/layer/minimal/README.txt	2007-09-22 19:47:31 UTC (rev 79837)
@@ -72,7 +72,7 @@
   >>> manager.open(skinURL + '/foobar.html')
   Traceback (most recent call last):
   ...
-  httperror_seek_wrapper: HTTPError: HTTP Error 404: Not Found
+  httperror_seek_wrapper: HTTP Error 404: Not Found
 
   >>> print manager.contents
   <BLANKLINE>
@@ -160,7 +160,7 @@
   >>> unauthorized.open(skinURL + '/@@forbidden.html')
   Traceback (most recent call last):
   ...
-  httperror_seek_wrapper: HTTPError: HTTP Error 401: Unauthorized
+  httperror_seek_wrapper: HTTP Error 401: Unauthorized
 
   >>> print unauthorized.contents
   <BLANKLINE>



More information about the Checkins mailing list