[Zope3-checkins]
SVN: Zope3/trunk/src/zope/i18n/locales/tests/test_locales.py
Changed a test string to avoid XXX confusion.
Jim Fulton
jim at zope.com
Wed Jul 7 12:03:48 EDT 2004
Log message for revision 26158:
Changed a test string to avoid XXX confusion.
-=-
Modified: Zope3/trunk/src/zope/i18n/locales/tests/test_locales.py
===================================================================
--- Zope3/trunk/src/zope/i18n/locales/tests/test_locales.py 2004-07-07 15:58:37 UTC (rev 26157)
+++ Zope3/trunk/src/zope/i18n/locales/tests/test_locales.py 2004-07-07 16:03:48 UTC (rev 26158)
@@ -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