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 2018/02/14 19:59:29 UTC

[2/3] tomee git commit: add one more DuplicateBinding test due to CDI-514

add one more DuplicateBinding test due to CDI-514


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

Branch: refs/heads/fb_tomee8
Commit: 5653f6f5e1233ec979784780fd33f869b85c8d43
Parents: dd178ed
Author: Mark Struberg <st...@apache.org>
Authored: Wed Feb 14 17:16:37 2018 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Wed Feb 14 17:16:37 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/tomee/blob/5653f6f5/tck/cdi-tomee/src/test/resources/passing.xml
----------------------------------------------------------------------
diff --git a/tck/cdi-tomee/src/test/resources/passing.xml b/tck/cdi-tomee/src/test/resources/passing.xml
index bee2ba7..8e9351e 100644
--- a/tck/cdi-tomee/src/test/resources/passing.xml
+++ b/tck/cdi-tomee/src/test/resources/passing.xml
@@ -193,6 +193,11 @@
                     <exclude name=".*DuplicateBindingType"/>
                 </methods>
             </class>
+            <class name="org.jboss.cdi.tck.tests.event.resolve.binding.DuplicateBindingTypesWhenResolvingTest">
+                <methods>
+                    <exclude name=".*"/>
+                </methods>
+            </class>
 
 
             <!-- CDITCK-462 javax.enterprise.context.conversation.id is not el compliant -->