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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Tue Nov 2 12:51:35 EDT 2010


Author: marius.bogoevici
Date: 2010-11-02 12:51:34 -0400 (Tue, 02 Nov 2010)
New Revision: 7077

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

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-10-31 20:34:09 UTC (rev 7076)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml	2010-11-02 16:51:34 UTC (rev 7077)
@@ -15,6 +15,14 @@
       </packages>
       <classes>
          <!-- Issues in the TCK -->
+
+         <!-- CDITCK-190 -->
+         <class name="org.jboss.jsr299.tck.tests.event.observer.enterprise.EnterpriseEventInheritenceTest">
+            <methods>
+               <exclude name="testNonStaticObserverMethodInherited" />
+               <exclude name="testNonStaticObserverMethodIndirectlyInherited" />
+            </methods>
+         </class>
          
          <!-- Issues in Weld (the RI) -->
 



More information about the weld-commits mailing list