[weld-commits] Weld SVN: r6221 - cdi-tck/branches/1.0/impl/src/main/resources.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon May 10 07:56:27 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-05-10 07:56:26 -0400 (Mon, 10 May 2010)
New Revision: 6221

Modified:
   cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml
Log:
CDITCK-153

Modified: cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml
===================================================================
--- cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml	2010-05-08 19:54:09 UTC (rev 6220)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml	2010-05-10 11:56:26 UTC (rev 6221)
@@ -126,7 +126,16 @@
                <exclude name="test" />
             </methods>
          </class>
+         
+         <!-- CDITCK-153 -->
+         <class name="org.jboss.jsr299.tck.tests.implementation.producer.method.definition.enterprise.EnterpriseProducerMethodDefinitionTest">
+            <methods>
+               <exclude name="testNonStaticProducerMethodInheritedBySpecializingSubclass" />
+            </methods>
+         </class>
                   
+                  
+                  
          <!-- Issues in Weld (the RI) -->
 
          <!-- WELD-401 -->



More information about the weld-commits mailing list