[Zope-Checkins] CVS: Zope3/lib/python/Zope/StartUp/tests - testRegisterRequestFactory.py:1.1.2.2.14.2 testRegisterServerType.py:1.1.2.3.10.1
Jim Fulton
jim@zope.com
Mon, 3 Jun 2002 14:25:16 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/StartUp/tests
In directory cvs.zope.org:/tmp/cvs-serv14482/lib/python/Zope/StartUp/tests
Modified Files:
Tag: Zope3InWonderland-branch
testRegisterRequestFactory.py testRegisterServerType.py
Log Message:
Changed list attribute syntax to be more XML standard.
In particular, list attributes now expect items to be separated by
whitespace, rather than commas.
=== Zope3/lib/python/Zope/StartUp/tests/testRegisterRequestFactory.py 1.1.2.2.14.1 => 1.1.2.2.14.2 ===
'''
<directive name="registerRequestFactory"
- attributes="name, publication, request"
+ attributes="name publication request"
handler="Zope.StartUp.metaConfigure.registerRequestFactory"
namespace="http://namespaces.zope.org/startup" />
=== Zope3/lib/python/Zope/StartUp/tests/testRegisterServerType.py 1.1.2.3 => 1.1.2.3.10.1 ===
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" />