[Zope3-checkins] CVS: Zope3/src/zope/app/form/tests -
test_widget.py:1.5.4.2
Garrett Smith
garrett at mojave-corp.com
Sat Feb 7 21:52:59 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/form/tests
In directory cvs.zope.org:/tmp/cvs-serv10944/src/zope/app/form/tests
Modified Files:
Tag: ozzope-widgets-branch
test_widget.py
Log Message:
Update to setup for widget interface creation.
=== Zope3/src/zope/app/form/tests/test_widget.py 1.5.4.1 => 1.5.4.2 ===
--- Zope3/src/zope/app/form/tests/test_widget.py:1.5.4.1 Sat Feb 7 21:11:57 2004
+++ Zope3/src/zope/app/form/tests/test_widget.py Sat Feb 7 21:52:26 2004
@@ -58,8 +58,6 @@
'A test context.'
>>> widget.visible
True
- >>> widget.propertyNames
- []
In the last example, the widget name consists of a prefix, a dot, and the
field name. You can change the prefix used by the widget as follows:
More information about the Zope3-Checkins
mailing list