Weld SVN: r7018 - cdi-tck/branches/1.0/impl/src/main/resources.
by weld-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2010-09-30 08:58:03 -0400 (Thu, 30 Sep 2010)
New Revision: 7018
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.xml
Log:
CDITCK-137, CDITCK-138
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-09-30 12:52:48 UTC (rev 7017)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml 2010-09-30 12:58:03 UTC (rev 7018)
@@ -134,6 +134,20 @@
<exclude name="testNonStaticProducerMethodInheritedBySpecializingSubclass" />
</methods>
</class>
+
+ <!-- CDITCK-137 -->
+ <class name="org.jboss.jsr299.tck.tests.decorators.invocation.testChainedDecoratorInvocation.DecoratorInvocationTest">
+ <methods>
+ <exclude name="testChainedDecoratorInvocation" />
+ </methods>
+ </class>
+
+ <!-- CDITCK-138 -->
+ <class name="org.jboss.jsr299.tck.tests.lookup.injectionpoint.InjectionPointTest">
+ <methods>
+ <exclude name="testIsDelegateMethod" />
+ </methods>
+ </class>
<!-- CDITCK-139 -->
<class name="org.jboss.jsr299.tck.tests.decorators.resolution.DecoratorResolutionTest">
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-09-30 12:52:48 UTC (rev 7017)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml 2010-09-30 12:58:03 UTC (rev 7018)
@@ -16,6 +16,20 @@
<classes>
<!-- Issues in the TCK -->
+ <!-- CDITCK-137 -->
+ <class name="org.jboss.jsr299.tck.tests.decorators.invocation.testChainedDecoratorInvocation.DecoratorInvocationTest">
+ <methods>
+ <exclude name="testChainedDecoratorInvocation" />
+ </methods>
+ </class>
+
+ <!-- CDITCK-138 -->
+ <class name="org.jboss.jsr299.tck.tests.lookup.injectionpoint.InjectionPointTest">
+ <methods>
+ <exclude name="testIsDelegateMethod" />
+ </methods>
+ </class>
+
<!-- CDITCK-174 -->
<class name="org.jboss.jsr299.tck.tests.extensions.observer.ProcessObserverMethodEventTest">
<methods>