[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Browser/tests - testAddServiceContainer.py:1.3

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


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

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


=== Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Browser/tests/testAddServiceContainer.py 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Browser/tests/testAddServiceContainer.py:1.2	Sat Nov 30 13:39:17 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Browser/tests/testAddServiceContainer.py	Mon Dec  9 11:09:20 2002
@@ -85,11 +85,11 @@
             self.rootFolder, "folder1/folder1_1/++etc++Services/Packages")
         self.__default = traverse(self.__Packages, 'default')
 
-        setDefaultViewName(IField, IBrowserPresentation, "widget")
-        provideView(IConfigurationStatus, "widget", IBrowserPresentation,
+        setDefaultViewName(IField, IBrowserPresentation, 'edit')
+        provideView(IConfigurationStatus, 'edit', IBrowserPresentation,
                     ConfigurationStatusWidget)
-        provideView(ITextLine, "widget", IBrowserPresentation, TextWidget)
-        provideView(IText, "widget", IBrowserPresentation, TextAreaWidget)
+        provideView(ITextLine, 'edit', IBrowserPresentation, TextWidget)
+        provideView(IText, 'edit', IBrowserPresentation, TextAreaWidget)
 
     def test_services(self):