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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Jun 30 10:57:08 EDT 2011


Author: petemuir
Date: 2011-06-30 10:57:08 -0400 (Thu, 30 Jun 2011)
New Revision: 7250

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

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:36:22 UTC (rev 7249)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml	2011-06-30 14:57:08 UTC (rev 7250)
@@ -159,6 +159,13 @@
                     <exclude name="testUserTransactionBean" />
                 </methods>
             </class>
+            
+            <!-- CDITCK-223 -->
+            <class name="org.jboss.jsr299.tck.tests.implementation.enterprise.lifecycle.EnterpriseBeanLifecycleTest">
+               <methods>
+                  <exclude name="testCreateSFSB" />
+               </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:36:22 UTC (rev 7249)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml	2011-06-30 14:57:08 UTC (rev 7250)
@@ -60,6 +60,13 @@
                  <exclude name="testUserTransactionBean" />
              </methods>
          </class>
+         
+         <!-- CDITCK-223 -->
+         <class name="org.jboss.jsr299.tck.tests.implementation.enterprise.lifecycle.EnterpriseBeanLifecycleTest">
+            <methods>
+               <exclude name="testCreateSFSB" />
+            </methods>
+         </class>
 
          <!-- Issues in Weld (the RI) -->
          



More information about the weld-commits mailing list