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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Dec 2 16:54:51 EST 2009


Author: pete.muir at jboss.org
Date: 2009-12-02 16:54:51 -0500 (Wed, 02 Dec 2009)
New Revision: 5194

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

Modified: core/trunk/jboss-tck-runner/src/test/resources/tck-tests.xml
===================================================================
--- core/trunk/jboss-tck-runner/src/test/resources/tck-tests.xml	2009-12-02 20:04:29 UTC (rev 5193)
+++ core/trunk/jboss-tck-runner/src/test/resources/tck-tests.xml	2009-12-02 21:54:51 UTC (rev 5194)
@@ -21,22 +21,12 @@
          <package name="org.jboss.jsr299.tck.interceptors.tests.*" />
       </packages>
       <classes>
-         <class name="org.jboss.jsr299.tck.tests.context.passivating.broken.interceptorWithNonPassivatingInjectedField.PassivationCapableBeanWithNonPassivatingInterceptorTest">
+         <!-- JBoss AS 6.0.0.M1 is still using EJB 3.0 Interceptor API - JBAS-7421 -->
+         <class name="org.jboss.jsr299.tck.interceptors.tests.invocationContext.InvocationContextTest">
             <methods>
-               <exclude name="testPassivationCapableBeanWithNonPassivatingInterceptorFails" />
-            </methods>   
-         </class>
-         <class name="org.jboss.jsr299.tck.tests.context.passivating.broken.managedBeanWithNonSerializableInterceptorClass.ManagedBeanWithNonSerializableInterceptorClassTest">
-            <methods>
-               <exclude name="testManagedBeanWithNonSerializableInterceptorClassNotOK" />
+               <exclude name="testGetTimerMethod" />
             </methods>
          </class>
-         <class name="org.jboss.jsr299.tck.tests.policy.PolicyAvailabilityTest">
-            <methods>
-               <exclude name="testProducerPoliciesOnClass" />
-               <exclude name="testProducerPoliciesOnMethodAndField"  />
-            </methods>
-         </class>
       </classes>
    </test>
    



More information about the weld-commits mailing list