[weld-commits] Weld SVN: r5879 - core/trunk/jboss-tck-runner/src/test/resources.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Feb 18 10:14:09 EST 2010


Author: pete.muir at jboss.org
Date: 2010-02-18 10:14:09 -0500 (Thu, 18 Feb 2010)
New Revision: 5879

Modified:
   core/trunk/jboss-tck-runner/src/test/resources/tck-tests.xml
Log:
Exclude broken tests

Modified: core/trunk/jboss-tck-runner/src/test/resources/tck-tests.xml
===================================================================
--- core/trunk/jboss-tck-runner/src/test/resources/tck-tests.xml	2010-02-18 13:21:36 UTC (rev 5878)
+++ core/trunk/jboss-tck-runner/src/test/resources/tck-tests.xml	2010-02-18 15:14:09 UTC (rev 5879)
@@ -140,7 +140,16 @@
             </methods>
          </class>
          
+         <!-- CDITCK-111 -->
+         <class name="org.jboss.jsr299.tck.tests.implementation.enterprise.newBean.NewEnterpriseBeanICTest">
+            <methods>
+               <exclude name="testNewBeanHasNoDisposalMethods" />
+               <exclude name="testNewBeanHasNoProducerMethods" />
+               <exclude name="testNewBeanHasSameInitializers" />
+            </methods>
+         </class>
          
+         
          <!-- Issues in Weld (the RI) -->
 
          <!-- WELD-390 fixed, but TCK test is broken in 1.0.1-CR1 -->



More information about the weld-commits mailing list