[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ComponentArchitecture/tests - testDirectives.py:1.1.2.4

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


Update of /cvs-repository/Zope3/lib/python/Zope/App/ComponentArchitecture/tests
In directory cvs.zope.org:/tmp/cvs-serv14482/lib/python/Zope/App/ComponentArchitecture/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/App/ComponentArchitecture/tests/testDirectives.py 1.1.2.3 => 1.1.2.4 ===
         xmlconfig(StringIO(template % (
             """
-            <skin name="zmi" layers="zmi,"
+            <skin name="zmi" layers="zmi default"
                   type="Zope.ComponentArchitecture.tests.TestViews.IV" />
             <view name="test"
                   factory="Zope.ComponentArchitecture.tests.TestViews.VZMI"
@@ -332,7 +332,7 @@
 
         xmlconfig(StringIO(template % (
             """
-            <skin name="zmi" layers="zmi,"
+            <skin name="zmi" layers="zmi default"
                   type="Zope.ComponentArchitecture.tests.TestViews.IV" />
             <resource name="test"
                   factory="Zope.ComponentArchitecture.tests.TestViews.RZMI"