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/11 12:57:01 UTC

[45/50] tomee git commit: exclude illegal TCK test

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

Branch: refs/heads/master
Commit: 2934b940eeb565127d656efdfa6a182d796e9073
Parents: 928a686
Author: Mark Struberg <st...@apache.org>
Authored: Sat Mar 7 12:59:10 2015 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Sat Mar 7 12:59:10 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/2934b940/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 045f345..f849a3b 100644
--- a/tck/cdi-embedded/src/test/resources/passing.xml
+++ b/tck/cdi-embedded/src/test/resources/passing.xml
@@ -252,6 +252,13 @@
               <exclude name=".*"/>
           </methods>
       </class>
+      <class name="org.jboss.cdi.tck.tests.deployment.packaging.war.modules.WebArchiveModulesTest">
+          <methods>
+              <exclude name="testAlternatives"/>
+              <exclude name="testInjectionChainVisibilityAndInterceptorEnablement"/>
+              <exclude name="testDecoratorAndCrossModuleEventObserver"/>
+          </methods>
+      </class>