Fixed #12588 - test failure since r12207
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12215 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
32e0117abb
commit
09b585e4bb
|
@ -58,6 +58,7 @@ class BaseTest(TestCase):
|
|||
settings.TEMPLATE_CONTEXT_PROCESSORS = \
|
||||
self._template_context_processors
|
||||
settings.INSTALLED_APPS = self._installed_apps
|
||||
settings.MESSAGE_STORAGE = self._message_storage
|
||||
|
||||
def restore_setting(self, setting):
|
||||
if setting in self._remembered_settings:
|
||||
|
|
Loading…
Reference in New Issue