[Zope-Checkins] SVN: Zope/branches/2.11/lib/python/Products/Five/form/tests/forms.txt Un-fixup test; normalization is handled by zope.testbrowser 3.5.x.

Stefan H. Holek stefan at epy.co.at
Fri Dec 26 06:10:34 EST 2008


Log message for revision 94342:
  Un-fixup test; normalization is handled by zope.testbrowser 3.5.x.
  

Changed:
  U   Zope/branches/2.11/lib/python/Products/Five/form/tests/forms.txt

-=-
Modified: Zope/branches/2.11/lib/python/Products/Five/form/tests/forms.txt
===================================================================
--- Zope/branches/2.11/lib/python/Products/Five/form/tests/forms.txt	2008-12-26 11:07:35 UTC (rev 94341)
+++ Zope/branches/2.11/lib/python/Products/Five/form/tests/forms.txt	2008-12-26 11:10:34 UTC (rev 94342)
@@ -42,7 +42,7 @@
   >>> browser.open("http://localhost/test_folder_1_/ftf/+/protectedaddform.html")
   Traceback (most recent call last):
     ...
-  httperror_seek_wrapper: HTTP Error 401: Unauthorized
+  HTTPError: HTTP Error 401: Unauthorized
 
 For a protected one we need a manager account:
 



More information about the Zope-Checkins mailing list