From d0368e1f1ca84597aa5ea686f2300b53fb1fb985 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 3 Jun 2011 16:19:41 +0000 Subject: [PATCH] polishing git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4440 50f2f4bb-b051-0410-bef5-90022cba6387 --- .../context/junit4/profile/xml/DevProfileXmlConfigTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/org.springframework.test/src/test/java/org/springframework/test/context/junit4/profile/xml/DevProfileXmlConfigTests.java b/org.springframework.test/src/test/java/org/springframework/test/context/junit4/profile/xml/DevProfileXmlConfigTests.java index d569cf24791..ebe65b17929 100644 --- a/org.springframework.test/src/test/java/org/springframework/test/context/junit4/profile/xml/DevProfileXmlConfigTests.java +++ b/org.springframework.test/src/test/java/org/springframework/test/context/junit4/profile/xml/DevProfileXmlConfigTests.java @@ -32,6 +32,7 @@ import org.springframework.test.context.ActiveProfiles; public class DevProfileXmlConfigTests extends DefaultProfileXmlConfigTests { @Test + @Override public void employee() { assertNotNull("employee bean should be loaded for the 'dev' profile", employee); assertEquals("John Smith", employee.getName());