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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Sep 30 08:52:49 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-09-30 08:52:48 -0400 (Thu, 30 Sep 2010)
New Revision: 7017

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

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-19 22:10:53 UTC (rev 7016)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml	2010-09-30 12:52:48 UTC (rev 7017)
@@ -364,6 +364,13 @@
             </methods>
          </class>
                   
+         <!-- CDITCK-182 -->
+         <class name="org.jboss.jsr299.tck.tests.policy.enterprise.SessionBeanPolicyTest">
+            <methods>
+               <exclude name="testEnabledPolicyAvailable" />
+            </methods>
+         </class>
+                  
          <!-- Issues in Weld (the RI) -->
 
          <!-- WELD-401 -->

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-19 22:10:53 UTC (rev 7016)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml	2010-09-30 12:52:48 UTC (rev 7017)
@@ -108,6 +108,13 @@
             </methods>
          </class>
          
+         <!-- CDITCK-182 -->
+         <class name="org.jboss.jsr299.tck.tests.policy.enterprise.SessionBeanPolicyTest">
+            <methods>
+               <exclude name="testEnabledPolicyAvailable" />
+            </methods>
+         </class>
+         
          <!-- Issues in Weld (the RI) -->
 
          <!-- WELD-401 -->



More information about the weld-commits mailing list