Author: petemuir
Date: 2011-06-27 06:36:22 -0400 (Mon, 27 Jun 2011)
New Revision: 7249
Modified:
cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml
cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml
Log:
CDITCK-220
Modified: cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml
===================================================================
--- cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml 2011-06-27
10:35:59 UTC (rev 7248)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml 2011-06-27
10:36:22 UTC (rev 7249)
@@ -152,6 +152,13 @@
<exclude
name="testInjectionIntoWebServiceEndpoint"/>
</methods>
</class>
+
+ <!-- CDITCK-220 -->
+ <class
name="org.jboss.jsr299.tck.tests.implementation.builtin.BuiltInBeansTest">
+ <methods>
+ <exclude name="testUserTransactionBean" />
+ </methods>
+ </class>
<!-- Issues in Weld (the RI) -->
Modified: cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml
===================================================================
--- cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml 2011-06-27 10:35:59 UTC
(rev 7248)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml 2011-06-27 10:36:22 UTC
(rev 7249)
@@ -53,6 +53,13 @@
<exclude name="testInjectionIntoWebServiceEndpoint"/>
</methods>
</class>
+
+ <!-- CDITCK-220 -->
+ <class
name="org.jboss.jsr299.tck.tests.implementation.builtin.BuiltInBeansTest">
+ <methods>
+ <exclude name="testUserTransactionBean" />
+ </methods>
+ </class>
<!-- Issues in Weld (the RI) -->
Show replies by date