Skip to content

Commit

Permalink
Update to CDI TCK 1.0.2.CR2
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Aug 11, 2010
1 parent 39ac5b1 commit 9a7502c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 62 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Expand Up @@ -37,7 +37,7 @@
<!-- Override the API and compile with more recent EL API -->
<google.guava.version>r06</google.guava.version>
<javassist.version>3.11.0.GA</javassist.version>
<cdi.tck.version>1.0.2.CR1</cdi.tck.version>
<cdi.tck.version>1.0.2.CR2</cdi.tck.version>
<atinject.tck.version>1.0.0-PFD-3</atinject.tck.version>
<jboss.interceptor.version>1.0.0-CR11</jboss.interceptor.version>
<slf4j.version>1.5.10</slf4j.version>
Expand Down
61 changes: 0 additions & 61 deletions jboss-tck-runner/src/test/resources/tck-tests.xml
Expand Up @@ -16,55 +16,6 @@
<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">
<methods>
<exclude name="testInjectionOfPersistenceContext" />
<exclude name="testPassivationOfPersistenceContext" />
</methods>
</class>

<!-- CDITCK-170 -->
<class name="org.jboss.jsr299.tck.tests.event.observer.transactional.TransactionalObserversTest">
<methods>
<exclude name="testObserverCanSetRollbackOnlyOnTransaction" />
</methods>
</class>

<!-- CDITCK-171 -->
<class name="org.jboss.jsr299.tck.tests.implementation.simple.definition.SimpleBeanDefinitionTest">
<methods>
<exclude name="testAbstractClassDeclaredInJavaNotDiscovered" />
<exclude name="testDependentScopedBeanCanHavePublicField" />
<exclude name="testInitializerAnnotatedConstructor" />
<exclude name="testInitializerAnnotatedConstructorUsedOverEmptyConstuctor" />
<exclude name="testInterfaceNotDiscoveredAsSimpleBean" />
<exclude name="testNonStaticInnerClassDeclaredInJavaNotDiscovered" />
<exclude name="testSimpleBeanOnlyIfConstructorIsInitializer" />
<exclude name="testSimpleBeanOnlyIfConstructorParameterless" />
<exclude name="testStaticInnerClassDeclaredInJavaAllowed" />
<exclude name="testEmptyConstructorUsed" />
</methods>
</class>
<class name="org.jboss.jsr299.tck.tests.implementation.simple.definition.EnterpriseBeanNotDiscoveredAsManagedBeanTest">
<methods>
<exclude name="testClassesImplementingEnterpriseBeanInterfaceNotDiscoveredAsSimpleBean" />
</methods>
</class>

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

Expand Down Expand Up @@ -155,18 +106,6 @@
</methods>
</class>

<!-- WELDINT-37 -->
<class name="org.jboss.jsr299.tck.tests.event.observer.transactional.TransactionalObserversTest">
<methods>
<exclude name="testTransactionalObserverNotifiedImmediatelyWhenNoTransactionInProgress" />
</methods>
</class>
<class name="org.jboss.jsr299.tck.tests.event.observer.transactional.TransactionalObserversTest">
<methods>
<exclude name="testBeforeTransactionCompletionObserver" />
</methods>
</class>

<!-- WELDINT-63 -->
<class name="org.jboss.jsr299.tck.tests.implementation.enterprise.lifecycle.EnterpriseBeanLifecycleTest">
<methods>
Expand Down

0 comments on commit 9a7502c

Please sign in to comment.