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());