Corrected a few missed references to old test settings

This commit is contained in:
Shai Berger 2014-03-09 08:33:33 +02:00
parent 40afdaf08c
commit 0615eaf24a
3 changed files with 13 additions and 7 deletions

View file

@ -699,7 +699,7 @@ class HostValidationTests(SimpleTestCase):
@skipIf(connection.vendor == 'sqlite'
and connection.settings_dict['TEST_NAME'] in (None, '', ':memory:'),
and connection.settings_dict['TEST']['NAME'] in (None, '', ':memory:'),
"Cannot establish two connections to an in-memory SQLite database.")
class DatabaseConnectionHandlingTests(TransactionTestCase):