mirror of
https://github.com/django/django.git
synced 2025-04-22 00:04:43 +00:00
[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.
This commit is contained in:
parent
1326cd28d0
commit
1318254669
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user