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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed May 19 09:10:37 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-05-19 09:10:37 -0400 (Wed, 19 May 2010)
New Revision: 6247

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

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-05-19 12:50:13 UTC (rev 6246)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml	2010-05-19 13:10:37 UTC (rev 6247)
@@ -168,6 +168,13 @@
                <exclude name="testNewBeanHasSameConstructor" />
             </methods>
          </class>
+         
+         <!-- CDITCK-161 -->
+         <class name="org.jboss.jsr299.tck.tests.implementation.enterprise.definition.EnterpriseBeanDefinitionTest">
+            <methods>
+               <exclude name="testConstructorAnnotatedInjectCalled" />
+            </methods>
+         </class>
                   
                   
          <!-- Issues in Weld (the RI) -->



More information about the weld-commits mailing list