[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
a5f6cbce07 but this commit is not
in stable/1.7.x.
This commit is contained in:
Tim Graham 2014-07-07 19:56:22 -04:00
parent 1326cd28d0
commit 1318254669
1 changed files with 1 additions and 1 deletions

View File

@ -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.