Author: pete.muir(a)jboss.org
Date: 2010-08-16 07:30:00 -0400 (Mon, 16 Aug 2010)
New Revision: 6986
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-177
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-08-16
11:25:22 UTC (rev 6985)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml 2010-08-16
11:30:00 UTC (rev 6986)
@@ -322,6 +322,13 @@
<exclude name="testNonExistantDecoratorClassInBeansXmlNotOK"
/>
</methods>
</class>
+
+ <!-- CDITCK-177 -->
+ <class
name="org.jboss.jsr299.tck.tests.implementation.simple.definition.EnterpriseBeanNotDiscoveredAsManagedBeanTest">
+ <methods>
+ <exclude
name="testClassesImplementingEnterpriseBeanInterfaceNotDiscoveredAsSimpleBean"
/>
+ </methods>
+ </class>
<!-- Issues in Weld (the RI) -->
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-08-16 11:25:22 UTC
(rev 6985)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml 2010-08-16 11:30:00 UTC
(rev 6986)
@@ -67,6 +67,13 @@
</methods>
</class>
+ <!-- CDITCK-177 -->
+ <class
name="org.jboss.jsr299.tck.tests.implementation.simple.definition.EnterpriseBeanNotDiscoveredAsManagedBeanTest">
+ <methods>
+ <exclude
name="testClassesImplementingEnterpriseBeanInterfaceNotDiscoveredAsSimpleBean"
/>
+ </methods>
+ </class>
+
<!-- Issues in Weld (the RI) -->
<!-- WELD-401 -->
Show replies by date