[Zope-Checkins] CVS: Zope3/lib/python/Zope/Configuration/tests - testMultipleXML.py:1.3

R. David Murray bitz@bitdance.com
Fri, 8 Nov 2002 14:00:52 -0500


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

Modified Files:
	testMultipleXML.py 
Log Message:
Wrap bare directive in test template in directives directive in prep
for eliminating the former.


=== Zope3/lib/python/Zope/Configuration/tests/testMultipleXML.py 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/Configuration/tests/testMultipleXML.py:1.2	Mon Jun 10 19:29:24 2002
+++ Zope3/lib/python/Zope/Configuration/tests/testMultipleXML.py	Fri Nov  8 14:00:51 2002
@@ -21,7 +21,9 @@
 template = """<zopeConfigure
    xmlns='http://namespaces.zope.org/zope'
    xmlns:test='http://www.zope.org/NS/Zope3/test'>
+   <directives namespace="http://www.zope.org/NS/Zope3/test">
    %s
+   </directives>
    %s
    </zopeConfigure>"""