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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon May 10 10:26:26 EDT 2010


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

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

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-10 12:57:19 UTC (rev 6222)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml	2010-05-10 14:26:25 UTC (rev 6223)
@@ -140,6 +140,20 @@
                <exclude name="testDelegateTypeVariableBeanTypeVariable" />
             </methods>
          </class>
+         
+         <!-- CDITCK-155 -->
+         <class name="org.jboss.jsr299.tck.tests.context.request.ejb.EJBRequestContextTest">
+            <methods>
+               <exclude name="testRequestScopeDestroyedAfterCallToEjbTimeoutMethod" />
+            </methods>
+         </class>
+         
+         <!-- CDITCK-156 -->
+         <class name="org.jboss.jsr299.tck.tests.context.application.ejb.ApplicationContextSharedTest">
+            <methods>
+               <exclude name="testApplicationContextShared" />
+            </methods>
+         </class>
                   
                   
          <!-- Issues in Weld (the RI) -->



More information about the weld-commits mailing list