[Checkins] SVN: zope.html/trunk/ Support for changed test output from zope.testbrowser 4.0.3

Marius Gedminas cvs-admin at zope.org
Tue Sep 17 16:57:19 CEST 2013


Log message for revision 130309:
  Support for changed test output from zope.testbrowser 4.0.3
  

Changed:
  U   zope.html/trunk/CHANGES.txt
  U   zope.html/trunk/src/zope/html/browser.txt

-=-
Modified: zope.html/trunk/CHANGES.txt
===================================================================
--- zope.html/trunk/CHANGES.txt	2013-09-11 09:18:01 UTC (rev 130308)
+++ zope.html/trunk/CHANGES.txt	2013-09-17 14:57:18 UTC (rev 130309)
@@ -6,6 +6,7 @@
 ------------------
 
 - Remove unneeded zope.app.authentication/debugskin/server test dependencies.
+- Support for test output changed in zope.testbrowser 4.0.3
 
 
 2.4.1 (2012-01-26)

Modified: zope.html/trunk/src/zope/html/browser.txt
===================================================================
--- zope.html/trunk/src/zope/html/browser.txt	2013-09-11 09:18:01 UTC (rev 130308)
+++ zope.html/trunk/src/zope/html/browser.txt	2013-09-17 14:57:18 UTC (rev 130309)
@@ -93,7 +93,7 @@
   >>> browser.getControl(name="form.encoding")
   Traceback (most recent call last):
     ...
-  LookupError: name 'form.encoding'
+  LookupError: name 'form.encoding'...
 
 Since our selected encoding does not support all Unicode characters,
 there is an option available to allow re-encoding of the document if



More information about the checkins mailing list