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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Sep 30 13:05:38 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-09-30 13:05:37 -0400 (Thu, 30 Sep 2010)
New Revision: 7019

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

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-30 12:58:03 UTC (rev 7018)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml	2010-09-30 17:05:37 UTC (rev 7019)
@@ -384,6 +384,13 @@
                <exclude name="testEnabledPolicyAvailable" />
             </methods>
          </class>
+         
+         <!-- CDITCK-183 -->
+         <class name="org.jboss.jsr299.tck.tests.context.DestroyedInstanceReturnedByGetTest">
+            <methods>
+               <exclude name="testDestroyedInstanceMustNotBeReturnedByGet" />
+            </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-30 12:58:03 UTC (rev 7018)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml	2010-09-30 17:05:37 UTC (rev 7019)
@@ -129,6 +129,13 @@
             </methods>
          </class>
          
+         <!-- CDITCK-183 -->
+         <class name="org.jboss.jsr299.tck.tests.context.DestroyedInstanceReturnedByGetTest">
+            <methods>
+               <exclude name="testDestroyedInstanceMustNotBeReturnedByGet" />
+            </methods>
+         </class>
+         
          <!-- Issues in Weld (the RI) -->
 
          <!-- WELD-401 -->



More information about the weld-commits mailing list