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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Feb 18 07:17:11 EST 2010


Author: pete.muir at jboss.org
Date: 2010-02-18 07:17:11 -0500 (Thu, 18 Feb 2010)
New Revision: 5876

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

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 12:15:58 UTC (rev 5875)
+++ core/trunk/jboss-tck-runner/src/test/resources/tck-tests.xml	2010-02-18 12:17:11 UTC (rev 5876)
@@ -115,6 +115,32 @@
             </methods>
          </class>
          
+         <!-- CDITCK-108 -->
+         <class name="org.jboss.jsr299.tck.tests.context.application.ejb.EJBApplicationContextTest">
+            <methods>
+               <exclude name="testApplicationScopeActiveDuringCallToEjbTimeoutMethod" />
+
+            </methods>
+         </class>
+         <class name="org.jboss.jsr299.tck.tests.context.application.ejb.ApplicationContextSharedTest">
+            <methods>
+               <exclude name="testApplicationContextShared" />
+            </methods>
+         </class>
+         
+         <!-- CDITCK-108 -->
+         <class name="org.jboss.jsr299.tck.tests.context.application.ejb.EJBApplicationContextTest">
+            <methods>
+               <exclude name="testApplicationScopeActiveDuringCallToEjbTimeoutMethod" />
+            </methods>
+         </class>
+         <class name="org.jboss.jsr299.tck.tests.context.application.ejb.ApplicationContextSharedTest">
+            <methods>
+               <exclude name="testApplicationContextShared" />
+            </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