[webbeans-commits] Webbeans SVN: r3239 - tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/lookup/binding/members/annotation.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sun Jul 26 13:38:26 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-07-26 13:38:25 -0400 (Sun, 26 Jul 2009)
New Revision: 3239

Modified:
   tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/lookup/binding/members/annotation/BindingAnnotationWithMemberTest.java
Log:
mark test working

Modified: tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/lookup/binding/members/annotation/BindingAnnotationWithMemberTest.java
===================================================================
--- tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/lookup/binding/members/annotation/BindingAnnotationWithMemberTest.java	2009-07-26 17:35:08 UTC (rev 3238)
+++ tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/lookup/binding/members/annotation/BindingAnnotationWithMemberTest.java	2009-07-26 17:38:25 UTC (rev 3239)
@@ -32,7 +32,7 @@
 public class BindingAnnotationWithMemberTest extends AbstractJSR299Test
 {
 
-   @Test(groups = "ri-broken")
+   @Test
    @SpecAssertion(section = "5.3.5", id = "cb")
    public void testAnnotationMemberWithoutNonBinding()
    {




More information about the weld-commits mailing list