[z3-checkins] r9107 - z3/Five/trunk/tests/products/FiveTest

faassen at codespeak.net faassen at codespeak.net
Fri Feb 11 14:02:03 MET 2005


Author: faassen
Date: Fri Feb 11 14:02:03 2005
New Revision: 9107

Modified:
   z3/Five/trunk/tests/products/FiveTest/configure.zcml
Log:
Shut up i18n domain warnings when running the tests.


Modified: z3/Five/trunk/tests/products/FiveTest/configure.zcml
==============================================================================
--- z3/Five/trunk/tests/products/FiveTest/configure.zcml	(original)
+++ z3/Five/trunk/tests/products/FiveTest/configure.zcml	Fri Feb 11 14:02:03 2005
@@ -1,6 +1,7 @@
 <configure xmlns="http://namespaces.zope.org/zope"
            xmlns:browser="http://namespaces.zope.org/browser"
-           xmlns:five="http://namespaces.zope.org/five">
+           xmlns:five="http://namespaces.zope.org/five"
+           i18n_domain="fivetest">
 
   <!-- this is a test whether five:traversable can be called more than
        once on a class; SimpleContent inherits from api.Viewable, so


More information about the z3-checkins mailing list