* @ContextConfiguration's loader attribute is now inherited if not declared locally

* TransactionalTestExecutionListener no longer flushes transactions before rolling back


git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1571 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Sam Brannen 2009-07-21 12:22:09 +00:00
parent d94b96f29f
commit 36a81c0d50
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ Changes in version 3.0.0.RC1 (2009-06-10)
* @DirtiesContext is now supported at the test class level with configurable class modes
* added beforeTestClass() and afterTestClass() to the TestExecutionListener API
* ProfileValueUtils now enforces class-level overrides for @IfProfileValue
* @ContextConfiguration's loader attribute is now inherited if not declared locally
* TransactionalTestExecutionListener no longer flushes transactions before rolling back
Changes in version 3.0.0.M3 (2009-05-06)
----------------------------------------