diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2010-11-19 08:08:08 +0000 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2010-11-19 08:08:08 +0000 |
| commit | 49d831380f81c07c35e146bd6c2911a60d87c2f0 (patch) | |
| tree | 7233089aca270a12d142b9bc2f7725de147b99e0 /tests/test_sqlite.py | |
| parent | f777ddf3e660ece8426cb98d74b9f17bbcf60dd6 (diff) | |
Corrected the way databases were compared. This allows running the test suite with two in memory SQLite databases.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14619 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/test_sqlite.py')
| -rw-r--r-- | tests/test_sqlite.py | 1 |
1 files changed, 0 insertions, 1 deletions
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' } } |
