[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher/XMLRPC/tests - testDirectives.py:1.1.4.3.8.2

Jim Fulton jim@zope.com
Mon, 3 Jun 2002 14:25:46 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/Publisher/XMLRPC/tests
In directory cvs.zope.org:/tmp/cvs-serv14482/lib/python/Zope/Publisher/XMLRPC/tests

Modified Files:
      Tag: Zope3InWonderland-branch
	testDirectives.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/Publisher/XMLRPC/tests/testDirectives.py 1.1.4.3.8.1 => 1.1.4.3.8.2 ===
             '''
             <directive name="view"
-              attributes="component, name, for, layer"
+              attributes="component name for layer"
               handler="Zope.Publisher.XMLRPC.metaConfigure.view"
               namespace="http://namespaces.zope.org/xmlrpc" />
             <xmlrpc:view name="test"