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
This commit is contained in:
Alex Gaynor 2010-11-19 08:08:08 +00:00
parent f777ddf3e6
commit 49d831380f
3 changed files with 17 additions and 34 deletions

View file

@ -18,6 +18,5 @@ DATABASES = {
},
'other': {
'ENGINE': 'django.db.backends.sqlite3',
'TEST_NAME': 'other_db'
}
}