Skip to content

Commit

Permalink
Upgrade TCK to 1.2.3.Final and 2.0.0.Alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
jharting committed Dec 2, 2014
1 parent e1b446e commit 0a6007e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 22 deletions.
20 changes: 0 additions & 20 deletions jboss-tck-runner/src/test/tck12/tck-tests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,6 @@
</class>

<!-- Issues in the TCK -->
<!-- CDITCK-421 -->
<class name="org.jboss.cdi.tck.interceptors.tests.contract.aroundInvoke.AroundInvokeAccessInterceptorTest">
<methods>
<exclude name=".*"/>
</methods>
</class>

<class name="org.jboss.cdi.tck.interceptors.tests.contract.aroundTimeout.AroundTimeoutInterceptorTest">
<methods>
<exclude name=".*"/>
</methods>
</class>

<!-- CDITCK-454 -->
<class name="org.jboss.cdi.tck.tests.deployment.discovery.BeanDiscoveryTest">
<methods>
<exclude name=".*"/>
</methods>
</class>

<!-- CDITCK-457 -->
<class name="org.jboss.cdi.tck.tests.context.passivating.dependency.resource.webservice.WebResourcePassivationCapableDependencyTest">
<methods>
Expand Down
6 changes: 6 additions & 0 deletions jboss-tck-runner/src/test/tck20/tck-tests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
<!-- Issues in the spec -->

<!-- Issues in the TCK -->
<!-- CDI-437 -->
<class name="org.jboss.cdi.tck.tests.lookup.byname.ambiguous.broken.AmbiguousELNamesTest">
<methods>
<exclude name=".*"/>
</methods>
</class>

<!-- CDITCK-457 -->
<class name="org.jboss.cdi.tck.tests.context.passivating.dependency.resource.webservice.WebResourcePassivationCapableDependencyTest">
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<arquillian.glassfish.version>1.0.0.CR1</arquillian.glassfish.version>
<atinject.tck.version>1</atinject.tck.version>
<build.config.version>6</build.config.version>
<cdi.tck-1-2.version>1.2.2.Final</cdi.tck-1-2.version>
<cdi.tck-2-0.version>2.0.0-SNAPSHOT</cdi.tck-2-0.version>
<cdi.tck-1-2.version>1.2.3.Final</cdi.tck-1-2.version>
<cdi.tck-2-0.version>2.0.0.Alpha1</cdi.tck-2-0.version>
<classfilewriter.version>1.0.5.Final</classfilewriter.version>
<contiperf.version>1.06</contiperf.version>
<findbugs-maven-plugin.version>3.0.0</findbugs-maven-plugin.version>
Expand Down

0 comments on commit 0a6007e

Please sign in to comment.