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

tomee git commit: excluding a test we'd get issues to pass in embedded mode short term

Repository: tomee
Updated Branches:
  refs/heads/develop 01a80f1ba -> 073b05a62


excluding a test we'd get issues to pass in embedded mode short term


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

Branch: refs/heads/develop
Commit: 073b05a62fe62e5cfddf07c6759e94e1e7098d3c
Parents: 01a80f1
Author: Romain Manni-Bucau <rm...@apache.org>
Authored: Wed Mar 4 21:17:32 2015 +0100
Committer: Romain Manni-Bucau <rm...@apache.org>
Committed: Wed Mar 4 21:17:32 2015 +0100

----------------------------------------------------------------------
 tck/cdi-embedded/src/test/resources/failing.xml | 2 +-
 tck/cdi-embedded/src/test/resources/passing.xml | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/073b05a6/tck/cdi-embedded/src/test/resources/failing.xml
----------------------------------------------------------------------
diff --git a/tck/cdi-embedded/src/test/resources/failing.xml b/tck/cdi-embedded/src/test/resources/failing.xml
index 613b81e..2e50751 100644
--- a/tck/cdi-embedded/src/test/resources/failing.xml
+++ b/tck/cdi-embedded/src/test/resources/failing.xml
@@ -31,7 +31,7 @@
     -Dopenejb.embedded.try-jsp=true
     -->
     <classes>
-      <class name="org.jboss.cdi.tck.tests.context.conversation.servlet.ServletConversationTest" />
+      <class name="org.jboss.cdi.tck.tests.context.conversation.filter.ConversationFilterTest" />
     </classes>
   </test>
 </suite>

http://git-wip-us.apache.org/repos/asf/tomee/blob/073b05a6/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 722e529..74124ed 100644
--- a/tck/cdi-embedded/src/test/resources/passing.xml
+++ b/tck/cdi-embedded/src/test/resources/passing.xml
@@ -240,6 +240,11 @@
           <exclude name="testInjectionIntoTagHandler" />
         </methods>
       </class>
+      <class name="org.jboss.cdi.tck.tests.context.conversation.filter.ConversationFilterTest">
+        <methods>
+          <exclude name="testConversationActivation" />
+        </methods>
+      </class>
     </classes>
   </test>
 </suite>