From bea0bb55501d44246b24fa38586b06b992aea5ad Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 28 Aug 2009 17:29:37 +0000 Subject: [PATCH] [SPR-6011] SpringJUnit4ClassRunner once again supports collective timeouts for repeated tests git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1787 50f2f4bb-b051-0410-bef5-90022cba6387 --- build-spring-framework/resources/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index ac81283a547..46c0d9691fb 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -19,6 +19,7 @@ Changes in version 3.0.0.RC1 (2009-09-xx) * SpringJUnit4ClassRunner is now compatible with JUnit 4.5, 4.6, and 4.7 * Spring's Hibernate support is now compatible with Hibernate 3.5 beta 1 as well * Spring's JPA support is now fully compatible with JPA 2.0 as in EclipseLink 2.0.0.M7 +* SpringJUnit4ClassRunner once again supports collective timeouts for repeated tests Changes in version 3.0.0.M4 (2009-08-10)