Skip to content

Commit

Permalink
enable a few tests now working
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Aug 4, 2010
1 parent f43121b commit cec56a6
Showing 1 changed file with 16 additions and 29 deletions.
45 changes: 16 additions & 29 deletions jboss-tck-runner/src/test/resources/tck-tests.xml
Expand Up @@ -16,6 +16,19 @@
<classes>

<!-- Issues in the TCK -->

<!-- CDITCK-168 -->
<class name="org.jboss.jsr299.tck.tests.extensions.processBean.ProcessBeanTest">
<methods>
<exclude name="testProcessProducerFieldEvent" />
<exclude name="testProcessProducerMethodEvent" />
</methods>
</class>
<class name="org.jboss.jsr299.tck.tests.extensions.processBean.ProcessSessionBeanTest">
<methods>
<exclude name="testProcessSessionBeanEvent" />
</methods>
</class>

<!-- CDITCK-169 -->
<class name="org.jboss.jsr299.tck.tests.implementation.simple.resource.persistenceContext.PersistenceContextInjectionTest">
Expand Down Expand Up @@ -53,8 +66,6 @@
</methods>
</class>



<!-- Issues in Weld (the RI) -->

<!-- WELD-401 -->
Expand All @@ -74,23 +85,15 @@
</class>

<!-- Requires EJB 3.1 -->
<!-- TODO Check these -->

<!-- JBAS-8306 -->
<class name="org.jboss.jsr299.tck.tests.context.request.ejb.EJBRequestContextTest">
<methods>
<exclude name="testRequestScopeActiveDuringCallToEjbTimeoutMethod" />
<exclude name="testRequestScopeDestroyedAfterCallToEjbTimeoutMethod" />
</methods>
</class>
<class name="org.jboss.jsr299.tck.tests.implementation.enterprise.broken.singletonWithRequestScope.SingletonWithRequestScopeTest">
<methods>
<exclude name="testSingletonWithRequestScopeFails" />
</methods>
</class>
<class name="org.jboss.jsr299.tck.tests.implementation.enterprise.broken.singletonWithSessionScope.SingletonWithSessionScopeTest">
<methods>
<exclude name="testSingletonWithSessionScopeFails" />
</methods>
</class>
<class name="org.jboss.jsr299.tck.tests.implementation.enterprise.definition.EnterpriseBeanDefinitionTest">
<methods>
<exclude name="testEnterpriseBeanClassLocalView" />
Expand Down Expand Up @@ -119,7 +122,7 @@
<!-- JBAS-7046 -->
<class name="org.jboss.jsr299.tck.tests.lookup.injection.enterprise.SessionBeanInjectionTest">
<methods>
<exclude name="" />
<exclude name="testInjectionOnEJBInterceptor" />
</methods>
</class>
<!-- JBAS-7046 -->
Expand Down Expand Up @@ -151,22 +154,6 @@
<exclude name="testInjectionIntoTagHandler" />
</methods>
</class>
<!-- WELDINT-19 -->
<class name="org.jboss.jsr299.tck.tests.lookup.manager.jndi.ManagerTest">
<methods>
<exclude name="testManagerLookupInJndi" />
</methods>
</class>

<!-- JBAS-7676 -->
<class name="org.jboss.jsr299.tck.tests.definition.qualifier.enterprise.EnterpriseQualifierDefinitionTest">
<methods>
<exclude name="testQualifierDeclaredInheritedIsInherited" />
<exclude name="testQualifierNotDeclaredInheritedIsNotInherited" />
<exclude name="testQualifierDeclaredInheritedIsIndirectlyInherited" />
<exclude name="testQualifierNotDeclaredInheritedIsNotIndirectlyInherited" />
</methods>
</class>

<!-- WELDINT-37 -->
<class name="org.jboss.jsr299.tck.tests.event.observer.transactional.TransactionalObserversTest">
Expand Down

0 comments on commit cec56a6

Please sign in to comment.