From 1167155182dedd0f80aa3c551f3fc6b80d207e82 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 15 May 2012 14:40:13 +0200 Subject: [PATCH] Update reference manual regarding upgrade to JUnit 4.10 --- src/reference/docbook/testing.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/reference/docbook/testing.xml b/src/reference/docbook/testing.xml index 40464947cc..dcf6a5c696 100644 --- a/src/reference/docbook/testing.xml +++ b/src/reference/docbook/testing.xml @@ -2111,7 +2111,7 @@ public void updateWithSessionFlush() { The Spring TestContext Framework offers full integration with JUnit 4.5+ through a custom runner (tested on - JUnit 4.5 – 4.9). By annotating test classes with + JUnit 4.5 – 4.10). By annotating test classes with @RunWith(SpringJUnit4ClassRunner.class), developers can implement standard JUnit-based unit and integration tests and simultaneously reap the benefits of the TestContext @@ -2416,7 +2416,7 @@ public class HibernateClinicTests extends AbstractClinicTests { } - Grinder: + The Grinder: Java load testing framework.