[Zope3-checkins] CVS: Zope3/src/zope/app/publisher/browser/tests - test_directives.py:1.18

Philipp von Weitershausen philikon@philikon.de
Sat, 2 Aug 2003 03:04:19 -0400


Update of /cvs-repository/Zope3/src/zope/app/publisher/browser/tests
In directory cvs.zope.org:/tmp/cvs-serv29115/publisher/browser/tests

Modified Files:
	test_directives.py 
Log Message:
Converted the three most important packages that define ZCML directives
to the new ZCML architecture (using schemas):

- zope.app.component

- zope.app.browser

- zope.app.publisher.browser


=== Zope3/src/zope/app/publisher/browser/tests/test_directives.py 1.17 => 1.18 ===
--- Zope3/src/zope/app/publisher/browser/tests/test_directives.py:1.17	Mon Jul 28 18:20:52 2003
+++ Zope3/src/zope/app/publisher/browser/tests/test_directives.py	Sat Aug  2 03:04:15 2003
@@ -53,11 +53,11 @@
     os.path.split(zope.app.publisher.browser.__file__)[0],
     'tests')
 
-template = """<zopeConfigure
+template = """<configure
    xmlns='http://namespaces.zope.org/zope'
    xmlns:browser='http://namespaces.zope.org/browser'>
    %s
-   </zopeConfigure>"""
+   </configure>"""
 
 request = Request(IBrowserPresentation)