add exclude for illegal TCK test See CDITCK-467 The TCK wrongly assumes that there must be no ProcessBeanAttributes for a specialized away bean.
Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/53fa087d Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/53fa087d Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/53fa087d Branch: refs/heads/master Commit: 53fa087dd83e8f0bf09d607fe413b9d73f09b700 Parents: 2934b94 Author: Mark Struberg <[email protected]> Authored: Sat Mar 7 17:16:24 2015 +0100 Committer: Mark Struberg <[email protected]> Committed: Sat Mar 7 17:16:24 2015 +0100 ---------------------------------------------------------------------- tck/cdi-embedded/src/test/resources/passing.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/53fa087d/tck/cdi-embedded/src/test/resources/passing.xml ---------------------------------------------------------------------- diff --git a/tck/cdi-embedded/src/test/resources/passing.xml b/tck/cdi-embedded/src/test/resources/passing.xml index f849a3b..fbc7b8b 100644 --- a/tck/cdi-embedded/src/test/resources/passing.xml +++ b/tck/cdi-embedded/src/test/resources/passing.xml @@ -189,6 +189,13 @@ </class> <!-- CDITCK-467 --> + <class name="org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.specialization.SpecializationTest"> + <methods> + <exclude name=".*"/> + </methods> + </class> + + <!-- CDI-514 (issue got moved from original CDITCK-467) --> <class name="org.jboss.cdi.tck.tests.event.fires.FireEventTest"> <methods> <exclude name="testDuplicateBindingsToFireEventFails"/>
