[Zope3-checkins] CVS: Zope3/src/zope/app/i18n/tests -
testi18ndirectives.py:1.5
Philipp von Weitershausen
philikon at philikon.de
Sun Aug 3 17:58:47 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/i18n/tests
In directory cvs.zope.org:/tmp/cvs-serv10743/tests
Modified Files:
testi18ndirectives.py
Log Message:
Converted yet another set of ZCML directives.
=== Zope3/src/zope/app/i18n/tests/testi18ndirectives.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/i18n/tests/testi18ndirectives.py:1.4 Mon Jul 28 18:20:25 2003
+++ Zope3/src/zope/app/i18n/tests/testi18ndirectives.py Sun Aug 3 16:58:42 2003
@@ -29,12 +29,12 @@
from zope.i18n.globaltranslationservice import translationService
-template = """<zopeConfigure
+template = """<configure
xmlns='http://namespaces.zope.org/zope'
xmlns:gts='http://namespaces.zope.org/gts'>
xmlns:test='http://www.zope.org/NS/Zope3/test'>
%s
- </zopeConfigure>"""
+ </configure>"""
class DirectivesTest(PlacelessSetup, unittest.TestCase):
More information about the Zope3-Checkins
mailing list