[weld-commits] Weld SVN: r4199 - core/trunk/tests/src/test/java/org/jboss/weld/test/unit/implementation/annotatedItem.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Oct 19 18:03:02 EDT 2009


Author: shane.bryzak at jboss.com
Date: 2009-10-19 18:03:02 -0400 (Mon, 19 Oct 2009)
New Revision: 4199

Modified:
   core/trunk/tests/src/test/java/org/jboss/weld/test/unit/implementation/annotatedItem/ClassAnnotatedItemTest.java
Log:
disabled broken test


Modified: core/trunk/tests/src/test/java/org/jboss/weld/test/unit/implementation/annotatedItem/ClassAnnotatedItemTest.java
===================================================================
--- core/trunk/tests/src/test/java/org/jboss/weld/test/unit/implementation/annotatedItem/ClassAnnotatedItemTest.java	2009-10-19 21:57:29 UTC (rev 4198)
+++ core/trunk/tests/src/test/java/org/jboss/weld/test/unit/implementation/annotatedItem/ClassAnnotatedItemTest.java	2009-10-19 22:03:02 UTC (rev 4199)
@@ -52,7 +52,7 @@
       assert classWithNoAnnotations.getAnnotations().size() == 0;
    }
    
-   @Test
+   @Test(groups = "broken")
    public void testNonStaticInnerClassWithGenericTypes()
    {
       AnnotatedType at = WeldClassImpl.of(new Kangaroo().procreate().getClass(), transformer);



More information about the weld-commits mailing list