Author: gerdogdu
Date: Wed Feb 24 19:39:47 2010
New Revision: 915944
URL: http://svn.apache.org/viewvc?rev=915944&view=rev
Log:
Update while testing TCK. Upgrate to TCK 1.0.1-Final
Modified:
openwebbeans/trunk/webbeans-tck/jsr299-tck-impl-1.0.0-SNAPSHOT-suite.xml
openwebbeans/trunk/webbeans-tck/pom.xml
Modified:
openwebbeans/trunk/webbeans-tck/jsr299-tck-impl-1.0.0-SNAPSHOT-suite.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-tck/jsr299-tck-impl-1.0.0-SNAPSHOT-suite.xml?rev=915944&r1=915943&r2=915944&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-tck/jsr299-tck-impl-1.0.0-SNAPSHOT-suite.xml
(original)
+++ openwebbeans/trunk/webbeans-tck/jsr299-tck-impl-1.0.0-SNAPSHOT-suite.xml
Wed Feb 24 19:39:47 2010
@@ -28,45 +28,15 @@
</groups>
<classes>
- <!-- Issues in Weld (the RI) -->
-
- <!-- WELD-393 -->
+ <!-- Issues in Weld (the RI
+
<class
name="org.jboss.jsr299.tck.interceptors.tests.definition.DefinitionTest">
<methods>
<exclude name="testInterceptorMethodDefinedOnTargetClass" />
</methods>
</class>
-
- <!-- WELD-390 -->
- <class
name="org.jboss.jsr299.tck.interceptors.tests.lifecycleCallback.order.InvocationOrderTest">
- <methods>
- <exclude name="testInvocationOrder" />
- </methods>
- </class>
- <!-- WELD-269 -->
- <class
name="org.jboss.jsr299.tck.tests.decorators.custom.CustomDecoratorTest">
- <methods>
- <exclude name="testCustomImplementationOfDecoratorInterface" />
- </methods>
- </class>
- <!-- WELD-272 -->
- <class
name="org.jboss.jsr299.tck.tests.decorators.definition.broken.finalBeanClass.FinalBeanClassTest">
- <methods>
- <exclude name="testAppliesToFinalManagedBeanClass" />
- </methods>
- </class>
- <class
name="org.jboss.jsr299.tck.tests.decorators.definition.broken.finalBeanMethod.FinalBeanMethodTest">
- <methods>
- <exclude name="testAppliesToFinalMethodOnManagedBeanClass" />
- </methods>
- </class>
- <!-- WELD-377 -->
- <class
name="org.jboss.jsr299.tck.tests.decorators.invocation.EJBDecoratorInvocationTest">
- <methods>
- <exclude name="testEJBDecoratorInvocation" />
- </methods>
- </class>
-
+ -->
+
</classes>
<packages>
Modified: openwebbeans/trunk/webbeans-tck/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-tck/pom.xml?rev=915944&r1=915943&r2=915944&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-tck/pom.xml (original)
+++ openwebbeans/trunk/webbeans-tck/pom.xml Wed Feb 24 19:39:47 2010
@@ -32,7 +32,7 @@
<description>All TCK tests for the OpenWebBeans
Implementation</description>
<properties>
- <webbeans.tck.version>1.0.1-CR1</webbeans.tck.version>
+ <webbeans.tck.version>1.0.1-Final</webbeans.tck.version>
</properties>
<dependencies>