[weld-commits] Weld SVN: r7082 - 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:25:51 EST 2010


Author: pete.muir at jboss.org
Date: 2010-11-09 07:25:50 -0500 (Tue, 09 Nov 2010)
New Revision: 7082

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

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-11-09 12:21:58 UTC (rev 7081)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml	2010-11-09 12:25:50 UTC (rev 7082)
@@ -23,6 +23,13 @@
                <exclude name="testInjectionIntoJSFManagedBean" />
             </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