[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/i18n/ philiKON forgot to change the tests after making his changes in

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Aug 13 11:17:09 EDT 2004


Log message for revision 27099:
  philiKON forgot to change the tests after making his changes in 
  rev27092. Fixed the failures.
  


Changed:
  U   Zope3/branches/ZopeX3-3.0/src/zope/app/i18n/browser/tests/test_translate.py
  U   Zope3/branches/ZopeX3-3.0/src/zope/app/i18n/tests/test_filters.py
  U   Zope3/branches/ZopeX3-3.0/src/zope/app/i18n/tests/test_translationdomain.py


-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/app/i18n/browser/tests/test_translate.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/i18n/browser/tests/test_translate.py	2004-08-13 15:07:00 UTC (rev 27098)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/i18n/browser/tests/test_translate.py	2004-08-13 15:17:09 UTC (rev 27099)
@@ -50,7 +50,7 @@
                              HTTPCharsets)
 
         ztapi.provideUtility(IFactory, Factory(MessageCatalog),
-                             'Message Catalog')
+                             'zope.app.MessageCatalog')
 
         domain = TranslationDomain()
         domain.domain = 'default'

Modified: Zope3/branches/ZopeX3-3.0/src/zope/app/i18n/tests/test_filters.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/i18n/tests/test_filters.py	2004-08-13 15:07:00 UTC (rev 27098)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/i18n/tests/test_filters.py	2004-08-13 15:17:09 UTC (rev 27099)
@@ -74,7 +74,7 @@
         self._domain = TranslationDomain()
         self._domain.domain = 'default'
         ztapi.provideUtility(IFactory, Factory(MessageCatalog),
-                             'Message Catalog')
+                             'zope.app.MessageCatalog')
 
     def testImportExport(self):
         imp = GettextImportFilter(self._domain)

Modified: Zope3/branches/ZopeX3-3.0/src/zope/app/i18n/tests/test_translationdomain.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/i18n/tests/test_translationdomain.py	2004-08-13 15:07:00 UTC (rev 27098)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/i18n/tests/test_translationdomain.py	2004-08-13 15:17:09 UTC (rev 27099)
@@ -198,7 +198,7 @@
         setup.addUtility(self.sm, 'default', ITranslationDomain, self._domain)
         
         ztapi.provideUtility(IFactory, Factory(MessageCatalog),
-                             'Message Catalog')
+                             'zope.app.MessageCatalog')
 
 
     def _getTranslationDomain(self):



More information about the Zope3-Checkins mailing list