Enabled automatic rollback of all transactions performed by a single test. Thus, tests are not linked anymore with each other wrt to the transactions they perform with the db. Although the previous release had no test failures, it is possible that future tests would fail or would fail after refactoring due to the fact that individual tests were not rolling back their transactions.