Author: pete.muir(a)jboss.org
Date: 2010-10-06 11:22:35 -0400 (Wed, 06 Oct 2010)
New Revision: 7021
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-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-10-06
15:21:18 UTC (rev 7020)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml 2010-10-06
15:22:35 UTC (rev 7021)
@@ -145,7 +145,7 @@
<!-- CDITCK-138 -->
<class
name="org.jboss.jsr299.tck.tests.lookup.injectionpoint.InjectionPointTest">
<methods>
- <exclude name="testIsDelegateMethod" />
+ <exclude name="testIsDelegate" />
</methods>
</class>
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-06 15:21:18 UTC
(rev 7020)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml 2010-10-06 15:22:35 UTC
(rev 7021)
@@ -26,7 +26,7 @@
<!-- CDITCK-138 -->
<class
name="org.jboss.jsr299.tck.tests.lookup.injectionpoint.InjectionPointTest">
<methods>
- <exclude name="testIsDelegateMethod" />
+ <exclude name="testIsDelegate" />
</methods>
</class>