From adfcc929fb90b19c9772afdb090ef09731f93a0a Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Mon, 28 Mar 2011 18:09:14 +0000 Subject: [PATCH] [SPR-8091] developer notes --- .../org/springframework/jmx/export/MBeanExporterTests.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/org.springframework.context/src/test/java/org/springframework/jmx/export/MBeanExporterTests.java b/org.springframework.context/src/test/java/org/springframework/jmx/export/MBeanExporterTests.java index 7f978571de..7cf4ab1285 100644 --- a/org.springframework.context/src/test/java/org/springframework/jmx/export/MBeanExporterTests.java +++ b/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, - // 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" // 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" }) public void ignoreTestRegisterNullNotificationListenerType() throws Exception { Map listeners = new HashMap();