[Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/form/browser/tests/test_registrations.py
	Fixed tests.
    Amos Brocco 
    amos.brocco at mriyasoftware.com
       
    Thu Oct 14 08:22:51 EDT 2004
    
    
  
Log message for revision 28167:
  Fixed tests.
  
Changed:
  U   Zope3/trunk/src/zope/app/form/browser/tests/test_registrations.py
-=-
Modified: Zope3/trunk/src/zope/app/form/browser/tests/test_registrations.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/tests/test_registrations.py	2004-10-14 12:22:14 UTC (rev 28166)
+++ Zope3/trunk/src/zope/app/form/browser/tests/test_registrations.py	2004-10-14 12:22:51 UTC (rev 28167)
@@ -199,7 +199,7 @@
         >>> field = fields.List(value_type=fields.Choice(vocabulary=vocab))
         >>> field = field.bind(sample)
         >>> widget = zapi.getViewProviding(field, IInputWidget, request)
-        >>> isinstance(widget, MultiSelectWidget)
+        >>> isinstance(widget, OrderedMultiSelectWidget)
         True
     """
 
    
    
More information about the Zope3-Checkins
mailing list