Removed a stray DEBUG=True test setting introduced in r13641.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13650 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
f611ffaab3
commit
34740625ff
|
@ -18,7 +18,7 @@ class FlatpageViewTests(TestCase):
|
||||||
'templates'
|
'templates'
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
settings.DEBUG = True
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
settings.MIDDLEWARE_CLASSES = self.old_MIDDLEWARE_CLASSES
|
settings.MIDDLEWARE_CLASSES = self.old_MIDDLEWARE_CLASSES
|
||||||
settings.TEMPLATE_DIRS = self.old_TEMPLATE_DIRS
|
settings.TEMPLATE_DIRS = self.old_TEMPLATE_DIRS
|
||||||
|
|
Loading…
Reference in New Issue