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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Jun 6 15:10:53 EDT 2011


Author: petemuir
Date: 2011-06-06 15:10:53 -0400 (Mon, 06 Jun 2011)
New Revision: 7243

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:
excludes for CDITCK-212

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-04-24 22:06:09 UTC (rev 7242)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml	2011-06-06 19:10:53 UTC (rev 7243)
@@ -114,6 +114,13 @@
                     <exclude name=".*" />
                 </methods>
             </class>
+            
+            <!-- CDITCK-212 -->
+            <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	2011-04-24 22:06:09 UTC (rev 7242)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml	2011-06-06 19:10:53 UTC (rev 7243)
@@ -17,6 +17,13 @@
          <!-- Issues in the TCK -->
 
          <!-- Issues in Weld (the RI) -->
+         
+         <!-- CDITCK-212 -->
+         <class name="org.jboss.jsr299.tck.tests.context.DestroyedInstanceReturnedByGetTest">
+            <methods>
+               <exclude name="testDestroyedInstanceMustNotBeReturnedByGet" />
+            </methods>
+         </class>
                   
       </classes>
    </test>



More information about the weld-commits mailing list