[Zope3-checkins] CVS: Zope3/src/zope/app/i18n/tests - testi18ndirectives.py:1.1.2.3

Jim Fulton jim@zope.com
Tue, 24 Dec 2002 12:18:28 -0500


Update of /cvs-repository/Zope3/src/zope/app/i18n/tests
In directory cvs.zope.org:/tmp/cvs-serv11939/src/zope/app/i18n/tests

Modified Files:
      Tag: NameGeddon-branch
	testi18ndirectives.py 
Log Message:
Got zope.app.i18n passing

=== Zope3/src/zope/app/i18n/tests/testi18ndirectives.py 1.1.2.2 => 1.1.2.3 ===
--- Zope3/src/zope/app/i18n/tests/testi18ndirectives.py:1.1.2.2	Tue Dec 24 02:44:36 2002
+++ Zope3/src/zope/app/i18n/tests/testi18ndirectives.py	Tue Dec 24 12:17:58 2002
@@ -56,9 +56,9 @@
             )), None, Context([], zope.i18n.tests)) 
         path = os.path.join(Context([], zope.i18n.tests).path(),
                             'locale', 'en',
-                            'LC_MESSAGES', 'Zope-I18n.mo')
+                            'LC_MESSAGES', 'zope-i18n.mo')
         eq(translationService._catalogs,
-           {('en', 'Zope-I18n'): [unicode(path)]})
+           {('en', 'zope-i18n'): [unicode(path)]})
 
     def testDefaultLanguages(self):
         eq = self.assertEqual