[Zope3-checkins] CVS: Zope3/src/zope/app/component/tests - test_directives.py:1.1.2.3 test_servicedirective.py:1.1.2.3 test_servicemanagercontainer.py:1.1.2.2

Jim Fulton jim@zope.com
Tue, 24 Dec 2002 07:51:59 -0500


Update of /cvs-repository/Zope3/src/zope/app/component/tests
In directory cvs.zope.org:/tmp/cvs-serv1158/src/zope/app/component/tests

Modified Files:
      Tag: NameGeddon-branch
	test_directives.py test_servicedirective.py 
	test_servicemanagercontainer.py 
Log Message:
Searched for and changed over 1200 references to Zope.something.

Most of these were either comments, doc strings, or permission ids.

Many were imports or ids in zcml.  (much zcml fixup is still needed.



=== Zope3/src/zope/app/component/tests/test_directives.py 1.1.2.2 => 1.1.2.3 ===
--- Zope3/src/zope/app/component/tests/test_directives.py:1.1.2.2	Mon Dec 23 17:22:36 2002
+++ Zope3/src/zope/app/component/tests/test_directives.py	Tue Dec 24 07:50:58 2002
@@ -115,7 +115,7 @@
               factory="zope.component.tests.components.Comp"
               provides="zope.component.tests.components.IApp"
               for="zope.component.tests.components.IContent"
-              permission="Zope.Public"
+              permission="zope.Public"
               />
             """
             ))) 
@@ -212,7 +212,7 @@
             <utility
               component="zope.component.tests.components.comp"
               provides="zope.component.tests.components.IApp"
-              permission="Zope.Public"
+              permission="zope.Public"
               />
             """
             ))) 
@@ -260,7 +260,7 @@
                   factory="zope.component.tests.views.V1"
                   for="zope.component.tests.views.IC" 
                   type="zope.component.tests.views.IV"
-                  permission="Zope.Public"
+                  permission="zope.Public"
               allowed_interface="zope.component.tests.views.IV"
                   /> 
             """
@@ -277,7 +277,7 @@
                   factory="zope.component.tests.views.V1"
                   for="zope.component.tests.views.IC" 
                   type="zope.component.tests.views.IV"
-                  permission="Zope.Public"
+                  permission="zope.Public"
                   allowed_attributes="action"
                   /> 
             """
@@ -294,7 +294,7 @@
                   factory="zope.component.tests.views.V1"
                   for="zope.component.tests.views.IC" 
                   type="zope.component.tests.views.IV"
-                  permission="Zope.Public"
+                  permission="zope.Public"
                   allowed_attributes="action"
               allowed_interface="zope.component.tests.views.IV"
                   /> 
@@ -312,7 +312,7 @@
                   factory="zope.component.tests.views.V1"
                   for="zope.component.tests.views.IC" 
                   type="zope.component.tests.views.IV"
-                  permission="Zope.Public"
+                  permission="zope.Public"
                   allowed_attributes="action index"
               allowed_interface="zope.component.tests.views.IV"
                   /> 


=== Zope3/src/zope/app/component/tests/test_servicedirective.py 1.1.2.2 => 1.1.2.3 ===
--- Zope3/src/zope/app/component/tests/test_servicedirective.py:1.1.2.2	Mon Dec 23 17:22:36 2002
+++ Zope3/src/zope/app/component/tests/test_servicedirective.py	Tue Dec 24 07:50:58 2002
@@ -147,7 +147,7 @@
               serviceType="Foo"
               component="
               zope.app.component.tests.service.fooService"
-              permission="Zope.Public"
+              permission="zope.Public"
               />
             """
             )))


=== Zope3/src/zope/app/component/tests/test_servicemanagercontainer.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/app/component/tests/test_servicemanagercontainer.py:1.1.2.1	Mon Dec 23 14:31:27 2002
+++ Zope3/src/zope/app/component/tests/test_servicemanagercontainer.py	Tue Dec 24 07:50:58 2002
@@ -31,7 +31,7 @@
 
     ############################################################
     # Implementation methods for interface
-    # Zope.ComponentArchitecture.IServiceService.
+    # IServiceService.
 
     def getService(self, object, name):
         '''See interface IServiceService'''