Ticket #14276: spelling.diff
File spelling.diff, 636 bytes (added by , 14 years ago) |
---|
-
tests/regressiontests/multiple_database/tests.py
diff --git a/tests/regressiontests/multiple_database/tests.py b/tests/regressiontests/multiple_database/tests.py index 7f66ea3..e82178e 100644
a b class QueryTestCase(TestCase): 24 24 multi_db = True 25 25 26 26 def test_db_selection(self): 27 "Check that querysets will use the default datab se by default"27 "Check that querysets will use the default database by default" 28 28 self.assertEquals(Book.objects.db, DEFAULT_DB_ALIAS) 29 29 self.assertEquals(Book.objects.all().db, DEFAULT_DB_ALIAS) 30 30