Kaydet (Commit) ab6ff2e0 authored tarafından Claude Paroz's avatar Claude Paroz

Fixed i18n test to match changed translation

üst 40d8b6e2
......@@ -611,7 +611,7 @@ class FormattingTests(TestCase):
with translation.override('de-at', deactivate=True):
self.assertEqual('66.666,666', Template('{{ n }}').render(self.ctxt))
with translation.override('es-us', deactivate=True):
self.assertEqual('31 de diciembre de 2009', date_format(self.d))
self.assertEqual('31 de Diciembre de 2009', date_format(self.d))
def test_localized_input(self):
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment