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:56:57 UTC

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

Branch: refs/heads/master
Commit: 8f30ba2fccfdbc49393bc55c1228751f53cc0f57
Parents: 6d1cdf4
Author: Mark Struberg <st...@apache.org>
Authored: Fri Mar 6 19:59:28 2015 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Fri Mar 6 19:59:28 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/8f30ba2f/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 0131ed5..329ecb7 100644
--- a/tck/cdi-embedded/src/test/resources/passing.xml
+++ b/tck/cdi-embedded/src/test/resources/passing.xml
@@ -227,6 +227,11 @@
               <exclude name=".*"/>
           </methods>
       </class>
+      <class name="org.jboss.cdi.tck.tests.extensions.interceptors.InterceptorExtensionTest">
+          <methods>
+              <exclude name=".*"/>
+          </methods>
+      </class>