From 266e1096cec621b53ea126a92f13c78007477c04 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 3 Jun 2011 13:40:45 +0000 Subject: [PATCH] polishing --- .../profile/annotation/DevProfileAnnotationConfigTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/org.springframework.test/src/test/java/org/springframework/test/context/junit4/profile/annotation/DevProfileAnnotationConfigTests.java b/org.springframework.test/src/test/java/org/springframework/test/context/junit4/profile/annotation/DevProfileAnnotationConfigTests.java index 4c57ffc3de2..813cc8282bc 100644 --- a/org.springframework.test/src/test/java/org/springframework/test/context/junit4/profile/annotation/DevProfileAnnotationConfigTests.java +++ b/org.springframework.test/src/test/java/org/springframework/test/context/junit4/profile/annotation/DevProfileAnnotationConfigTests.java @@ -30,6 +30,7 @@ import org.springframework.test.context.ActiveProfiles; public class DevProfileAnnotationConfigTests extends DefaultProfileAnnotationConfigTests { @Test + @Override public void employee() { assertNotNull("employee bean should be loaded for the 'dev' profile", employee); assertEquals("John Smith", employee.getName());