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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Tue Nov 9 07:21:59 EST 2010


Author: pete.muir at jboss.org
Date: 2010-11-09 07:21:58 -0500 (Tue, 09 Nov 2010)
New Revision: 7081

Modified:
   cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml
Log:
CDITCK-189

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-11-09 12:20:03 UTC (rev 7080)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml	2010-11-09 12:21:58 UTC (rev 7081)
@@ -485,6 +485,13 @@
                <exclude name="testTypeOfProcessInjectionTargetParameter" />
             </methods>
          </class>
+         
+         <!-- CDITCK-189 -->
+         <class name="org.jboss.jsr299.tck.tests.implementation.simple.resource.persistenceContext.PersistenceContextInjectionTest">
+            <methods>
+               <exclude name="testBeanTypesAndBindingTypesOfPersistenceContext" />
+            </methods>
+         </class>
                   
          <!-- Issues in Weld (the RI) -->
 



More information about the weld-commits mailing list