summaryrefslogtreecommitdiff
path: root/tests/migration_test_data_persistence
AgeCommit message (Collapse)Author
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-07-21Fixed #23039: Don't try to serialize unmanaged models in testsAndrew Godwin
2014-06-23Fixed #22487: Don't flush out data from before normal TestCasesAndrew Godwin
2014-06-11Fixed #22487: Separated schema migration from data migration in testShai Berger
The data migration failed on Oracle, killing the entire test suite. Thanks timo for reporting the Oracle breakage, and andrewgodwin for suggesting the solution.
2014-06-08Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin