From 4f2e9aed339472e6d665e7b5c34de8ec7b29bac4 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 19 Nov 2010 08:15:40 +0000 Subject: [1.2.X] Corrected the way databases were compared. This allows running the test suite with two in memory SQLite databases. Backport of [14619]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14620 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/test_sqlite.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/test_sqlite.py') diff --git a/tests/test_sqlite.py b/tests/test_sqlite.py index c789828589..de8bf9339c 100644 --- a/tests/test_sqlite.py +++ b/tests/test_sqlite.py @@ -18,6 +18,5 @@ DATABASES = { }, 'other': { 'ENGINE': 'django.db.backends.sqlite3', - 'TEST_NAME': 'other_db' } } -- cgit v1.3