You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by st...@apache.org on 2015/03/06 19:03:17 UTC

tomee git commit: exclude illegal TCK test

Repository: tomee
Updated Branches:
  refs/heads/develop 927c3cabe -> 643ce4fd9


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/643ce4fd
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/643ce4fd
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/643ce4fd

Branch: refs/heads/develop
Commit: 643ce4fd989d14a59ad03968f80439d409982f75
Parents: 927c3ca
Author: Mark Struberg <st...@apache.org>
Authored: Fri Mar 6 19:01:43 2015 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Fri Mar 6 19:01:43 2015 +0100

----------------------------------------------------------------------
 tck/cdi-embedded/src/test/resources/passing.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/643ce4fd/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 89debb3..0131ed5 100644
--- a/tck/cdi-embedded/src/test/resources/passing.xml
+++ b/tck/cdi-embedded/src/test/resources/passing.xml
@@ -220,6 +220,16 @@
           </methods>
       </class>
 
+
+      <!-- CDI-312 ambiguous BDA definition (EE-module vs JAR) -->
+      <class name="org.jboss.cdi.tck.tests.interceptors.ordering.global.GlobalInterceptorOrderingTest">
+          <methods>
+              <exclude name=".*"/>
+          </methods>
+      </class>
+
+
+
       <!-- not in web profile and not supported by embedded adapter anyway -->
       <class name="org.jboss.cdi.tck.tests.deployment.packaging.rar.ResourceAdapterArchiveTest">
         <methods>