[webbeans-commits] Webbeans SVN: r3228 - tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/event/select.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sat Jul 25 16:58:18 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-07-25 16:58:18 -0400 (Sat, 25 Jul 2009)
New Revision: 3228

Modified:
   tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/event/select/SelectEventTest.java
Log:
mark test broken

Modified: tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/event/select/SelectEventTest.java
===================================================================
--- tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/event/select/SelectEventTest.java	2009-07-25 20:57:30 UTC (rev 3227)
+++ tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/event/select/SelectEventTest.java	2009-07-25 20:58:18 UTC (rev 3228)
@@ -50,10 +50,11 @@
       assert alarm.getNumViolentBreakIns() == 1;
    }
    
-   @Test(groups = {"events" }, expectedExceptions = IllegalArgumentException.class)
+   @Test(groups = {"events", "broken" }, expectedExceptions = IllegalArgumentException.class)
    @SpecAssertion(section = "10.3.1", id = "eab")
    public void testEventSelectThrowsExceptionIfEventTypeHasTypeVariable()
    {
+      // TODO This test *doesn't* pass an event with a type variable in, it passes in a raw class PLM
       SecuritySensor sensor = getInstanceByType(SecuritySensor.class);
       sensor.securityEvent.select(SecurityEvent_Illegal.class);
    }




More information about the weld-commits mailing list