[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZMI/tests - testTabsDirective.py:1.1.2.9.2.1
Jim Fulton
jim@zope.com
Mon, 3 Jun 2002 14:25:39 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/ZMI/tests
In directory cvs.zope.org:/tmp/cvs-serv14482/lib/python/Zope/App/ZMI/tests
Modified Files:
Tag: Zope3InWonderland-branch
testTabsDirective.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/App/ZMI/tests/testTabsDirective.py 1.1.2.9 => 1.1.2.9.2.1 ===
namespace="http://namespaces.zope.org/zmi"
handler="Zope.App.ZMI.TabsDirective.">
- <subdirective name="tab" attributes="label,action,filter" />
+ <subdirective name="tab" attributes="label action filter" />
</directive>
<zmi:tabs for="Zope.App.ZMI.tests.sampleInterfaces.I1">
<zmi:tab label="Edit" action="edit" />
@@ -83,7 +83,7 @@
<directive name="tabs" attributes="for"
namespace="http://namespaces.zope.org/zmi"
handler="Zope.App.ZMI.TabsDirective.">
- <subdirective name="tab" attributes="label,action,filter" />
+ <subdirective name="tab" attributes="label action filter" />
</directive>
<zmi:tabs for="Zope.App.ZMI.tests.sampleInterfaces.I1">
<zmi:tab label="Edit" action="edit" />