[Zope-Checkins] CVS: Zope3/lib/python/Zope/StartUp/tests - testRegisterRequestFactory.py:1.1.2.4 testRegisterServerType.py:1.1.2.4

Jim Fulton jim@zope.com
Fri, 7 Jun 2002 10:41:30 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/StartUp/tests
In directory cvs.zope.org:/tmp/cvs-serv12187/lib/python/Zope/StartUp/tests

Modified Files:
      Tag: Zope-3x-branch
	testRegisterRequestFactory.py testRegisterServerType.py 
Log Message:
Merging in Zope3InWonderland-branch, which implemented the following
proposals (see
http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/OldProposals): 
- RenameAllowToRequire

- GroupClassRelatedDirectivesInClassDirective

- ViewInterfaceAndSimplification

- ConsistentUseOfSpacesAsDelimitersInZCMLAttributes

- TwoArgumentViewConstructors

- ImplementsInZCML

- SimpleViewCreationInZCML

- RemoveGetView

- ReplaceProtectWithAllow

- ViewMethodsAsViews

- MergeProtectionAndComponentDefinitions

There were also various security fixes resulting of better integration
of security with components.


=== Zope3/lib/python/Zope/StartUp/tests/testRegisterRequestFactory.py 1.1.2.3 => 1.1.2.4 ===
             '''
             <directive name="registerRequestFactory"
-               attributes="name, publication, request"
+               attributes="name publication request"
                handler="Zope.StartUp.metaConfigure.registerRequestFactory"
                namespace="http://namespaces.zope.org/startup" />
 
@@ -69,4 +69,3 @@
 
 if __name__=='__main__':
     unittest.TextTestRunner().run( test_suite() )
-


=== Zope3/lib/python/Zope/StartUp/tests/testRegisterServerType.py 1.1.2.3 => 1.1.2.4 ===
         xmlconfig(StringIO(template % (
             '''<directive name="registerServerType"
-                 attributes="name, publication, request"
+                 attributes="name publication request"
                  handler="Zope.StartUp.metaConfigure.registerServerType"
                  namespace="http://namespaces.zope.org/startup" />