diff options
| author | Tim Graham <timograham@gmail.com> | 2016-09-09 11:00:21 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-09-09 11:00:58 -0400 |
| commit | 244c4c06f9fbcb5fe96511c8f22b0ee4856baf18 (patch) | |
| tree | a72563028f353e332ee7be6e46adecd176216274 /tests | |
| parent | 1f3c66fe9fd8c8e980ecda0a9917319f35ad6676 (diff) | |
[1.10.x] Normalized spelling of ETag.
Backport of ef021412d5e7eb78c89f0b7cf2ec01bcb959a837 from master
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/admin_views/tests.py | 2 | ||||
| -rw-r--r-- | tests/cache/tests.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/admin_views/tests.py b/tests/admin_views/tests.py index 8d663e589b..79b07f6bc9 100644 --- a/tests/admin_views/tests.py +++ b/tests/admin_views/tests.py @@ -5990,7 +5990,7 @@ class InlineAdminViewOnSiteTest(TestCase): @override_settings(ROOT_URLCONF='admin_views.urls') -class TestEtagWithAdminView(SimpleTestCase): +class TestETagWithAdminView(SimpleTestCase): # See https://code.djangoproject.com/ticket/16003 def test_admin(self): diff --git a/tests/cache/tests.py b/tests/cache/tests.py index dffd54c984..02ff30d899 100644 --- a/tests/cache/tests.py +++ b/tests/cache/tests.py @@ -2078,7 +2078,7 @@ class TestWithTemplateResponse(SimpleTestCase): Tests various headers w/ TemplateResponse. Most are probably redundant since they manipulate the same object - anyway but the Etag header is 'special' because it relies on the + anyway but the ETag header is 'special' because it relies on the content being complete (which is not necessarily always the case with a TemplateResponse) """ |
