[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/Forms/tests - testUtility.py:1.6

Jim Fulton jim@zope.com
Mon, 9 Dec 2002 11:09:50 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/Forms/tests
In directory cvs.zope.org:/tmp/cvs-serv31486/lib/python/Zope/App/Forms/tests

Modified Files:
	testUtility.py 
Log Message:
Renamed widgets (changed the view name) from 'widget' to 'edit'.


=== Zope3/lib/python/Zope/App/Forms/tests/testUtility.py 1.5 => 1.6 ===
--- Zope3/lib/python/Zope/App/Forms/tests/testUtility.py:1.5	Thu Dec  5 08:27:05 2002
+++ Zope3/lib/python/Zope/App/Forms/tests/testUtility.py	Mon Dec  9 11:09:18 2002
@@ -94,8 +94,8 @@
 
     def setUp(self):
         PlacelessSetup.setUp(self)
-        setDefaultViewName(IText, IBrowserPresentation, 'normal')
-        provideView(IText, 'normal', IBrowserPresentation, W)
+        setDefaultViewName(IText, IBrowserPresentation, 'edit')
+        provideView(IText, 'edit', IBrowserPresentation, W)
 
     def test_fieldNames(self):