[Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/i18n/locales/tests/test_locales.py
Merged from trunk:
Jim Fulton
jim at zope.com
Thu Jul 8 15:12:58 EDT 2004
Log message for revision 26219:
Merged from trunk:
r26158 | jim | 2004-07-07 12:03:48 -0400 (Wed, 07 Jul 2004) | 2 lines
Changed a test string to avoid XXX confusion.
-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/i18n/locales/tests/test_locales.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/i18n/locales/tests/test_locales.py 2004-07-08 19:11:57 UTC (rev 26218)
+++ Zope3/branches/ZopeX3-3.0/src/zope/i18n/locales/tests/test_locales.py 2004-07-08 19:12:58 UTC (rev 26219)
@@ -74,7 +74,7 @@
self.assert_(('en', None, None) in self.locales._locales.keys())
def test_loadLocaleFailure(self):
- self.assertRaises(LoadLocaleError, self.locales.loadLocale, 'xxx')
+ self.assertRaises(LoadLocaleError, self.locales.loadLocale, 'zzz')
class TestLocaleAndProvider(TestCase):
More information about the Zope3-Checkins
mailing list