diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-01-17 22:58:53 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-01-17 22:58:53 +0100 |
| commit | ab6ff2e0ac3a059c890d84a7a8b8f8646ddbbd4f (patch) | |
| tree | 367642a9ba585a6cb4201c4fb4bad878de31c2bb /tests | |
| parent | 40d8b6e28c06a04631014d1eaee63c0ef957937f (diff) | |
Fixed i18n test to match changed translation
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/regressiontests/i18n/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regressiontests/i18n/tests.py b/tests/regressiontests/i18n/tests.py index 44d84f9143..d8af6f1906 100644 --- a/tests/regressiontests/i18n/tests.py +++ b/tests/regressiontests/i18n/tests.py @@ -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): """ |
