[Zope3-checkins] CVS: Zope3/src/zope/app/pagetemplate/tests - test_directives.py:1.6

Martijn Faassen m.faassen at vet.uu.nl
Fri Aug 22 17:02:49 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/pagetemplate/tests
In directory cvs.zope.org:/tmp/cvs-serv25533/zope/app/pagetemplate/tests

Modified Files:
	test_directives.py 
Log Message:
zopeConfigure renamed to configure everywhere in ZCML, as 
zopeConfigure is deprecated and hampers ZCML schema efforts.


=== Zope3/src/zope/app/pagetemplate/tests/test_directives.py 1.5 => 1.6 ===
--- Zope3/src/zope/app/pagetemplate/tests/test_directives.py:1.5	Sun Aug 17 02:07:23 2003
+++ Zope3/src/zope/app/pagetemplate/tests/test_directives.py	Fri Aug 22 16:02:19 2003
@@ -28,11 +28,11 @@
 from zope.app.interfaces.traversing import ITraversable
 from zope.app.tests.placelesssetup import PlacelessSetup
 
-template = """<zopeConfigure 
+template = """<configure 
    xmlns='http://namespaces.zope.org/zope'
    xmlns:tales='http://namespaces.zope.org/tales'>
    %s
-   </zopeConfigure>"""
+   </configure>"""
 
 
 def definePermissions():




More information about the Zope3-Checkins mailing list