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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Sep 8 08:21:58 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-09-08 08:21:58 -0400 (Wed, 08 Sep 2010)
New Revision: 7014

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-178, CDITCK-179

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	2010-09-06 15:26:03 UTC (rev 7013)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml	2010-09-08 12:21:58 UTC (rev 7014)
@@ -329,6 +329,20 @@
                <exclude name="testClassesImplementingEnterpriseBeanInterfaceNotDiscoveredAsSimpleBean" />
             </methods>
          </class>
+         
+         <!-- CDITCK-178 -->
+         <class name="org.jboss.jsr299.tck.tests.decorators.definition.DecoratorDefinitionTest">
+            <methods>
+               <exclude name="testDecoratedTypes" />
+            </methods>
+         </class>
+         
+         <!-- CDITCK-179 -->
+         <class name="org.jboss.weld.tests.interceptors.passivation.PassivationActivationTest">
+            <methods>
+               <exclude name="testPassivationAndActivation"/>
+            </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	2010-09-06 15:26:03 UTC (rev 7013)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml	2010-09-08 12:21:58 UTC (rev 7014)
@@ -74,6 +74,20 @@
             </methods>
          </class>
          
+         <!-- CDITCK-178 -->
+         <class name="org.jboss.jsr299.tck.tests.decorators.definition.DecoratorDefinitionTest">
+            <methods>
+               <exclude name="testDecoratedTypes" />
+            </methods>
+         </class>
+         
+         <!-- CDITCK-179 -->
+         <class name="org.jboss.weld.tests.interceptors.passivation.PassivationActivationTest">
+            <methods>
+               <exclude name="testPassivationAndActivation"/>
+            </methods>
+         </class>
+         
          <!-- Issues in Weld (the RI) -->
 
          <!-- WELD-401 -->



More information about the weld-commits mailing list