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:
Luke Plant 2010-01-12 22:03:00 +00:00
parent 32e0117abb
commit 09b585e4bb
1 changed files with 1 additions and 0 deletions

View File

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