[Zope3-checkins] CVS: Zope3/src/zope/app/form/tests -
test_widget.py:1.10
Garrett Smith
garrett at mojave-corp.com
Fri May 7 15:43:27 EDT 2004
Update of /cvs-repository/Zope3/src/zope/app/form/tests
In directory cvs.zope.org:/tmp/cvs-serv32113/src/zope/app/form/tests
Modified Files:
test_widget.py
Log Message:
Updated tests per recent widget changes.
=== Zope3/src/zope/app/form/tests/test_widget.py 1.9 => 1.10 ===
--- Zope3/src/zope/app/form/tests/test_widget.py:1.9 Thu Mar 18 12:01:12 2004
+++ Zope3/src/zope/app/form/tests/test_widget.py Fri May 7 15:43:26 2004
@@ -53,9 +53,9 @@
>>> widget.name
'field.Test'
- >>> widget.title
+ >>> widget.label
'My Test Context'
- >>> widget.description
+ >>> widget.hint
'A test context.'
>>> widget.visible
True
More information about the Zope3-Checkins
mailing list