Weld SVN: r7078 - cdi-tck/branches/1.0/impl/src/main/resources.
by weld-commits@lists.jboss.org
Author: marius.bogoevici
Date: 2010-11-06 22:02:54 -0400 (Sat, 06 Nov 2010)
New Revision: 7078
Modified:
cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml
Log:
CDITCK-187 - exclude tests broken by outstandingFix
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-02 16:51:34 UTC (rev 7077)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml 2010-11-07 02:02:54 UTC (rev 7078)
@@ -16,6 +16,14 @@
<classes>
<!-- Issues in the TCK -->
+ <!-- CDITCK-187 -->
+ <class name="org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.InjectionIntoNonContextualComponentTest">
+ <methods>
+ <exclude name="testInjectionIntoTagHandler" />
+ <exclude name="testInjectionIntoJSFManagedBean" />
+ </methods>
+ </class>
+
<!-- CDITCK-190 -->
<class name="org.jboss.jsr299.tck.tests.event.observer.enterprise.EnterpriseEventInheritenceTest">
<methods>
@@ -23,7 +31,7 @@
<exclude name="testNonStaticObserverMethodIndirectlyInherited" />
</methods>
</class>
-
+
<!-- Issues in Weld (the RI) -->
<!-- WELD-401 -->