Browse Source

polishing

pull/7/head
Sam Brannen 14 years ago
parent
commit
266e1096ce
  1. 1
      org.springframework.test/src/test/java/org/springframework/test/context/junit4/profile/annotation/DevProfileAnnotationConfigTests.java

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

Loading…
Cancel
Save