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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Jan 20 12:52:43 EST 2010


Author: pete.muir at jboss.org
Date: 2010-01-20 12:52:43 -0500 (Wed, 20 Jan 2010)
New Revision: 5535

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

Modified: core/trunk/jboss-tck-runner/src/test/resources/tck-tests-1.0.1.xml
===================================================================
--- core/trunk/jboss-tck-runner/src/test/resources/tck-tests-1.0.1.xml	2010-01-20 17:22:31 UTC (rev 5534)
+++ core/trunk/jboss-tck-runner/src/test/resources/tck-tests-1.0.1.xml	2010-01-20 17:52:43 UTC (rev 5535)
@@ -118,6 +118,18 @@
                <exclude name="testInjectionIntoWebServiceEndpoint" />
             </methods>
          </class>
+         <!-- JBAS-7046 -->
+         <class name="org.jboss.jsr299.tck.tests.lookup.injection.enterprise.SessionBeanInjectionTest">
+            <methods>
+               <exclude name="testInjectionOnEJBInterceptor" />
+            </methods>
+         </class>
+         <!-- JBAS-7046 -->
+         <class name="org.jboss.jsr299.tck.tests.context.application.ejb.EJBApplicationContextTest">
+            <methods>
+               <exclude name="testApplicationScopeActiveDuringWebServiceInvocation" />
+            </methods>
+         </class>
          <!-- WELDINT-22 -->
          <class name="org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.ContainerEventTest">
             <methods>



More information about the weld-commits mailing list