diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2015-02-21 13:56:12 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2015-02-21 17:46:26 +0100 |
| commit | 1d9d39fa1c60896e31360d5f8d6b972979ee7c95 (patch) | |
| tree | bdc479086e1326603467c52c3ee8889069df620e /tests/staticfiles_tests | |
| parent | fa5f936b4803416d1b16e7171dce8df535d13766 (diff) | |
Removed TestServeAdminMedia.
It should have been removed when the ADMIN_MEDIA_PREFIX setting was deprecated.
Diffstat (limited to 'tests/staticfiles_tests')
| -rw-r--r-- | tests/staticfiles_tests/tests.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/staticfiles_tests/tests.py b/tests/staticfiles_tests/tests.py index 54ba60fdb0..1867658263 100644 --- a/tests/staticfiles_tests/tests.py +++ b/tests/staticfiles_tests/tests.py @@ -821,18 +821,6 @@ class TestServeStaticWithURLHelper(TestServeStatic, TestDefaults): """ -class TestServeAdminMedia(TestServeStatic): - """ - Test serving media from django.contrib.admin. - """ - def _response(self, filepath): - return self.client.get( - posixpath.join(settings.STATIC_URL, 'admin/', filepath)) - - def test_serve_admin_media(self): - self.assertFileContains('css/base.css', 'body') - - class FinderTestCase(object): """ Base finder test mixin. |
