Skip to content

Commit

Permalink
Fixed lockups in jenkins, refs #19546.
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo13 committed Jan 9, 2013
1 parent e694937 commit ce580dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/regressiontests/test_runner/tests.py
Expand Up @@ -283,7 +283,8 @@ def test_setup_databases(self):
class DeprecationDisplayTest(AdminScriptTestCase):
# tests for 19546
def setUp(self):
settings = {'INSTALLED_APPS': '("regressiontests.test_runner.deprecation_app",)' }
settings = {'INSTALLED_APPS': '("regressiontests.test_runner.deprecation_app",)',
'DATABASES': '{"default": {"ENGINE":"django.db.backends.sqlite3", "NAME":":memory:"}}' }
self.write_settings('settings.py', sdict=settings)

def tearDown(self):
Expand Down

0 comments on commit ce580dd

Please sign in to comment.