Repository: tomee
Updated Branches:
  refs/heads/develop b3ee6c932 -> ce93a7908


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).

AlternativeSpecializedFactory is actually in the same EE module, so it must get 
found.
The TCK yet again tests for broken Weld behaviour.


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/ce93a790
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/ce93a790
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/ce93a790

Branch: refs/heads/develop
Commit: ce93a79080db244df645f7b704c0e6632f5b9044
Parents: b3ee6c9
Author: Mark Struberg <strub...@apache.org>
Authored: Sat Mar 7 09:33:21 2015 +0100
Committer: Mark Struberg <strub...@apache.org>
Committed: Sat Mar 7 09:57:40 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/tomee/blob/ce93a790/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 329ecb7..ac1e330 100644
--- a/tck/cdi-embedded/src/test/resources/passing.xml
+++ b/tck/cdi-embedded/src/test/resources/passing.xml
@@ -232,6 +232,21 @@
               <exclude name=".*"/>
           </methods>
       </class>
+      <class 
name="org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization02Test">
+          <methods>
+              <exclude name=".*"/>
+          </methods>
+      </class>
+      <class 
name="org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization03Test">
+          <methods>
+              <exclude name=".*"/>
+          </methods>
+      </class>
+      <class 
name="org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization05Test">
+          <methods>
+              <exclude name=".*"/>
+          </methods>
+      </class>
 
 
 

Reply via email to