[Zope3-checkins] CVS: Zope3/src/zope/app/component/tests -
test_requirepermissions.py:1.8
Philipp von Weitershausen
philikon at philikon.de
Sun Aug 3 16:08:54 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/component/tests
In directory cvs.zope.org:/tmp/cvs-serv25485/src/zope/app/component/tests
Modified Files:
test_requirepermissions.py
Log Message:
Went through the directives that Stephan converted and declared titles
and descriptions as MessageIDs. This required set of ZCML files and tests
to be updated.
=== Zope3/src/zope/app/component/tests/test_requirepermissions.py 1.7 => 1.8 ===
--- Zope3/src/zope/app/component/tests/test_requirepermissions.py:1.7 Sat Aug 2 22:13:13 2003
+++ Zope3/src/zope/app/component/tests/test_requirepermissions.py Sun Aug 3 15:08:19 2003
@@ -34,7 +34,8 @@
XMLConfig('meta.zcml', zope.app.component)()
XMLConfig('meta.zcml', zope.app.security)()
xmlconfig(StringIO("""<configure
- xmlns='http://namespaces.zope.org/zope' >
+ xmlns='http://namespaces.zope.org/zope'
+ i18n_domain='zope'>
<permission id="zope.Extravagant" title="extravagant" />
<permission id="zope.Paltry" title="paltry" />
</configure>"""))
More information about the Zope3-Checkins
mailing list