Skip to content

Commit

Permalink
philiKON forgot to change the tests after making his changes in
Browse files Browse the repository at this point in the history
rev27092. Fixed the failures.
  • Loading branch information
strichter committed Aug 13, 2004
1 parent e6abdee commit 6808e40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion browser/tests/test_translate.py
Expand Up @@ -50,7 +50,7 @@ def setUp(self):
HTTPCharsets)

ztapi.provideUtility(IFactory, Factory(MessageCatalog),
'Message Catalog')
'zope.app.MessageCatalog')

domain = TranslationDomain()
domain.domain = 'default'
Expand Down
2 changes: 1 addition & 1 deletion tests/test_filters.py
Expand Up @@ -74,7 +74,7 @@ def setUp(self):
self._domain = TranslationDomain()
self._domain.domain = 'default'
ztapi.provideUtility(IFactory, Factory(MessageCatalog),
'Message Catalog')
'zope.app.MessageCatalog')

def testImportExport(self):
imp = GettextImportFilter(self._domain)
Expand Down
2 changes: 1 addition & 1 deletion tests/test_translationdomain.py
Expand Up @@ -198,7 +198,7 @@ def setUp(self):
setup.addUtility(self.sm, 'default', ITranslationDomain, self._domain)

ztapi.provideUtility(IFactory, Factory(MessageCatalog),
'Message Catalog')
'zope.app.MessageCatalog')


def _getTranslationDomain(self):
Expand Down

0 comments on commit 6808e40

Please sign in to comment.