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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Fri May 21 17:53:29 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-05-21 17:53:29 -0400 (Fri, 21 May 2010)
New Revision: 6273

Modified:
   core/trunk/jboss-tck-runner/src/test/resources/tck-tests.xml
Log:
Oops, wrong test! CDITCK-162

Modified: core/trunk/jboss-tck-runner/src/test/resources/tck-tests.xml
===================================================================
--- core/trunk/jboss-tck-runner/src/test/resources/tck-tests.xml	2010-05-21 20:50:19 UTC (rev 6272)
+++ core/trunk/jboss-tck-runner/src/test/resources/tck-tests.xml	2010-05-21 21:53:29 UTC (rev 6273)
@@ -17,6 +17,22 @@
       
          <!-- Issues in the TCK -->
          
+         <!-- CDITCK-162 -->
+         <class name="org.jboss.jsr299.tck.tests.implementation.simple.resource.resource.InjectionOfResourceTest">
+            <methods>
+               <exclude name="testInjectionOfResource" />
+               <exclude name="testProduceResourceProxy" />
+            </methods>
+         </class>
+         
+         <!-- CDITCK-163 -->
+         <class name="org.jboss.jsr299.tck.tests.context.session.SessionContextTest">
+            <methods>
+               <exclude name="testSessionContextDestroyedWhenHttpSessionInvalidated" />
+               <exclude name="testSessionContextDestroyedWhenHttpSessionTimesOut" />
+            </methods>
+         </class>
+         
          <!-- Issues in Weld (the RI) -->
 
          <!-- WELD-401 -->



More information about the weld-commits mailing list