summaryrefslogtreecommitdiff
path: root/tests/multiple_database
AgeCommit message (Collapse)Author
2013-10-09[1.6.x] Fixed #21243 -- Corrected exception message in multiple database tests.Russell Keith-Magee
Thanks to vajrasky for the report and patch. Backport of a971d19 from trunk.
2013-06-14Fixed #20603 -- Made the test suite faster.Aymeric Augustin
By avoiding to run syncdb with the full set of test models. Thanks Anssi for the idea.
2013-05-24Fixed a regression in router initializationClaude Paroz
Regression was introduced in 6a6bb168b. Thanks Bas Peschier for the report.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner