diff options
| author | Tim Graham <timograham@gmail.com> | 2014-07-07 19:56:22 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-07-07 19:56:22 -0400 |
| commit | 1318254669d1b7f8b09c2558e4f187fa1ee2884c (patch) | |
| tree | a4bf8ffb3af64554bcb8d40729c3e0f15869cfeb | |
| parent | 1326cd28d09f4e657c6ed3af9a23ea6a356d0708 (diff) | |
[1.7.x] Renamed an admin_views test to fix ordering issue.
test_i18n_language_non_english_fallback fails if run after
test_L10N_deactivated; the tests can be run in any order after
a5f6cbce07b5f3ab48d931e3fd1883c757fb9b45 but this commit is not
in stable/1.7.x.
| -rw-r--r-- | tests/admin_views/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_views/tests.py b/tests/admin_views/tests.py index a193176759..48ee0de60e 100644 --- a/tests/admin_views/tests.py +++ b/tests/admin_views/tests.py @@ -548,7 +548,7 @@ class AdminViewBasicTest(AdminViewBasicTestCase): response = self.client.get('/test_admin/admin/jsi18n/') self.assertContains(response, 'Choisir une heure') - def test_L10N_deactivated(self): + def test_l10n_deactivated(self): """ Check if L10N is deactivated, the JavaScript i18n view doesn't return localized date/time formats. Refs #14824. |
