[weld-commits] Weld SVN: r7249 - cdi-tck/branches/1.0/impl/src/main/resources.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Jun 27 06:36:22 EDT 2011


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) -->
          



More information about the weld-commits mailing list