Author: rmannibucau
Date: Sat Jun 28 14:46:57 2014
New Revision: 1606365
URL: http://svn.apache.org/r1606365
Log:
OWB-977 ProcessBeanAttributes event
Added:
openwebbeans/trunk/webbeans-tck/testng-dev.xml
- copied, changed from r1606356,
openwebbeans/trunk/webbeans-tck/standalone-suite.xml
Copied: openwebbeans/trunk/webbeans-tck/testng-dev.xml (from r1606356,
openwebbeans/trunk/webbeans-tck/standalone-suite.xml)
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-tck/testng-dev.xml?p2=openwebbeans/trunk/webbeans-tck/testng-dev.xml&p1=openwebbeans/trunk/webbeans-tck/standalone-suite.xml&r1=1606356&r2=1606365&rev=1606365&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-tck/standalone-suite.xml (original)
+++ openwebbeans/trunk/webbeans-tck/testng-dev.xml Sat Jun 28 14:46:57 2014
@@ -38,64 +38,9 @@
<exclude name="javaee-full" />
</run>
</groups>
-
-
- <packages>
- <package name="org.jboss.cdi.tck.tests.*">
- <!-- CHALLENGED TCK TESTS: clarifying this in the EG -->
- <exclude
name="org.jboss.cdi.tck.tests.inheritance.specialization.simple"/>
- </package>
-
- <package name="org.jboss.cdi.tck.interceptors.tests.*"/>
- </packages>
-
-
<classes>
- <!-- Issues in the spec -->
- <!-- CDI-437 -->
- <class
name="org.jboss.cdi.tck.tests.lookup.byname.ambiguous.broken.AmbiguousELNamesTest">
- <methods>
- <exclude name=".*"/>
- </methods>
- </class>
-
- <!-- CDITCK-418 -->
- <class
name="org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.environment.jndi.ejb.InterceptorEnvironmentJNDISessionBeanTest">
- <methods>
- <exclude name=".*"/>
- </methods>
- </class>
-
- <!-- CDITCK-417 -->
- <class
name="org.jboss.cdi.tck.tests.extensions.registration.BeanRegistrationByExtensionInEarLibraryTest">
- <methods>
- <exclude name=".*"/>
- </methods>
- </class>
-
- <!-- CDITCK-421 -->
- <class
name="org.jboss.cdi.tck.interceptors.tests.contract.aroundInvoke.AroundInvokeAccessInterceptorTest">
- <methods>
- <exclude name=".*"/>
- </methods>
- </class>
-
- <class
name="org.jboss.cdi.tck.interceptors.tests.contract.aroundTimeout.AroundTimeoutInterceptorTest">
- <methods>
- <exclude name=".*"/>
- </methods>
- </class>
-
- <!-- CDITCK-423 -->
- <class
name="org.jboss.cdi.tck.tests.implementation.enterprise.definition.remote.RemoteInterfaceNotInAPITypesTest">
- <methods>
- <exclude name=".*"/>
- </methods>
- </class>
-
+ <class
+
name="org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.broken.invalid.InvalidScopeTest"
/>
</classes>
-
-
</test>
-
</suite>