CVS: Products/GenericSetup/tests - test_utils.py:1.2
Tres Seaver <[email protected]>
| Newsgroups | gmane.comp.web.zope.public-cvs |
|---|---|
| Message-ID | <[email protected]> |
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)
_______________________________________________
Zope-CVS maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs
Zope CVS instructions: http://dev.zope.org/CVS