[SPR-8091] developer notes

master
Sam Brannen 14 years ago
parent 5c3ceb8ef0
commit adfcc929fb
  1. 6
      org.springframework.context/src/test/java/org/springframework/jmx/export/MBeanExporterTests.java

@ -80,10 +80,12 @@ public final class MBeanExporterTests extends AbstractMBeanServerTests {
} }
// Note that @Ignore has no effect for JUnit 3.8 TestCase-based tests, // Note that @Ignore has no effect for JUnit 3.8 TestCase-based tests,
// we leave it here to allow developers to easily search for ignored // but we leave it here to allow developers to easily search for ignored
// tests. As a work-around, the method is prefixed with "ignore" // tests. As a work-around, the method is prefixed with "ignore"
// instead of "test" as required by JUnit 3.x. // instead of "test" as required by JUnit 3.x.
@Ignore("NotificationListenerBean constructor does not throw the expected IllegalArgumentException") //
// See: https://jira.springsource.org/browse/SPR-8091
@Ignore("[SPR-8091] NotificationListenerBean constructor does not throw the expected IllegalArgumentException")
@SuppressWarnings({ "rawtypes", "unchecked" }) @SuppressWarnings({ "rawtypes", "unchecked" })
public void ignoreTestRegisterNullNotificationListenerType() throws Exception { public void ignoreTestRegisterNullNotificationListenerType() throws Exception {
Map listeners = new HashMap(); Map listeners = new HashMap();

Loading…
Cancel
Save