exclude illegal TCK test See CDI-312. The meaning of BDA is not clearly defined. Section 5 and 12 contradict each other. The EE6 RI (Glassfish3) and also JBoss6 did implement it like we do (and yes, this is WAY more sane).
Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/72546d89 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/72546d89 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/72546d89 Branch: refs/heads/master Commit: 72546d89aefc306e76782c111db91cf01cc7b72a Parents: 53fa087 Author: Mark Struberg <[email protected]> Authored: Sat Mar 7 17:23:56 2015 +0100 Committer: Mark Struberg <[email protected]> Committed: Sat Mar 7 17:23:56 2015 +0100 ---------------------------------------------------------------------- tck/cdi-embedded/src/test/resources/passing.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/72546d89/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 fbc7b8b..ac46838 100644 --- a/tck/cdi-embedded/src/test/resources/passing.xml +++ b/tck/cdi-embedded/src/test/resources/passing.xml @@ -266,6 +266,11 @@ <exclude name="testDecoratorAndCrossModuleEventObserver"/> </methods> </class> + <class name="org.jboss.cdi.tck.tests.lookup.manager.provider.init.CDIProviderInitTest"> + <methods> + <exclude name=".*"/> + </methods> + </class>
