[Zope-CVS] CVS: Products/GenericSetup/tests - test_utils.py:1.2
Tres Seaver
tseaver at palladion.com
Fri Sep 23 17:25:46 EDT 2005
Update of /cvs-repository/Products/GenericSetup/tests
In directory cvs.zope.org:/tmp/cvs-serv26236/tests
Modified Files:
test_utils.py
Log Message:
- Forward-ported i18n support from CMF 1.5 branch.
=== Products/GenericSetup/tests/test_utils.py 1.1.1.1 => 1.2 ===
--- Products/GenericSetup/tests/test_utils.py:1.1.1.1 Mon Aug 8 15:38:37 2005
+++ Products/GenericSetup/tests/test_utils.py Fri Sep 23 17:25:46 2005
@@ -316,7 +316,9 @@
EXPECTED = { 'id': 'dummy',
'meta_type': 'Dummy Type',
'properties': _NORMAL_PROPERTY_INFO,
- 'subobjects': () }
+ 'subobjects': (),
+ 'i18n_domain' : None,
+ }
configurator = self._makeOne(site)
obj_info = configurator._extractObject(site.dummy)
More information about the Zope-CVS
mailing list