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/22 19:45:52 UTC

tomee git commit: few more tests to pass

Repository: tomee
Updated Branches:
  refs/heads/master 1d0961513 -> b6f6105df


few more tests to pass


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

Branch: refs/heads/master
Commit: b6f6105df414b923c8b6c8de06c13ed897c2386a
Parents: 1d09615
Author: Romain Manni-Bucau <rm...@apache.org>
Authored: Sun Mar 22 19:45:46 2015 +0100
Committer: Romain Manni-Bucau <rm...@apache.org>
Committed: Sun Mar 22 19:45:46 2015 +0100

----------------------------------------------------------------------
 tck/cdi-tomee/src/test/resources/failing.xml | 12 +++++++++++-
 tck/cdi-tomee/src/test/resources/passing.xml | 20 +-------------------
 2 files changed, 12 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/b6f6105d/tck/cdi-tomee/src/test/resources/failing.xml
----------------------------------------------------------------------
diff --git a/tck/cdi-tomee/src/test/resources/failing.xml b/tck/cdi-tomee/src/test/resources/failing.xml
index ba27e96..f38a92a 100644
--- a/tck/cdi-tomee/src/test/resources/failing.xml
+++ b/tck/cdi-tomee/src/test/resources/failing.xml
@@ -23,7 +23,17 @@
   -->
   <test name="CDI TCK">
     <classes>
-      <class name="org.jboss.cdi.tck.tests.context.conversation.filter.ConversationFilterTest" />
+      <!-- not in web profile and not supported by embedded adapter anyway -->
+      <class name="org.jboss.cdi.tck.tests.deployment.packaging.rar.ResourceAdapterArchiveTest">
+      </class>
+
+      <!-- not supported by embedded adapter -->
+      <class name="org.jboss.cdi.tck.tests.lookup.injection.non.contextual.InjectionIntoNonContextualComponentTest">
+      </class>
+      <class name="org.jboss.cdi.tck.tests.context.conversation.filter.ConversationFilterTest">
+      </class>
+      <class name="org.jboss.cdi.tck.tests.lookup.el.integration.IntegrationWithUnifiedELTest">
+      </class>
     </classes>
   </test>
 </suite>

http://git-wip-us.apache.org/repos/asf/tomee/blob/b6f6105d/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 490a91a..4e6c575 100644
--- a/tck/cdi-tomee/src/test/resources/passing.xml
+++ b/tck/cdi-tomee/src/test/resources/passing.xml
@@ -291,25 +291,7 @@
       <class name="org.jboss.cdi.tck.tests.context.passivating.dependency.resource.remote.ResourcePassivationDependencyTest"><methods><exclude name=".*" /></methods></class>
       <class name="org.jboss.cdi.tck.tests.lookup.modules.InterModuleELResolutionTest"><methods><exclude name=".*" /></methods></class>
       <class name="org.jboss.cdi.tck.tests.deployment.packaging.ear.MultiWebModuleWithExtensionTest"><methods><exclude name=".*" /></methods></class>
-      <!-- this one is an ear + behavior is broken by design, TODO: find the associated jira issue -->
-      <class name="org.jboss.cdi.tck.tests.deployment.discovery.enterprise.EnterpriseBeanDiscoveryTest">
-        <methods>
-          <exclude name=".*" />
-        </methods>
-      </class>
-
-      <!-- not supported by embedded adapter -->
-      <class name="org.jboss.cdi.tck.tests.lookup.injection.non.contextual.InjectionIntoNonContextualComponentTest">
-        <methods>
-          <exclude name="testInjectionIntoTagHandler" />
-        </methods>
-      </class>
-      <class name="org.jboss.cdi.tck.tests.context.conversation.filter.ConversationFilterTest">
-        <methods>
-          <exclude name="testConversationActivation" />
-        </methods>
-      </class>
-      <class name="org.jboss.cdi.tck.tests.lookup.el.integration.IntegrationWithUnifiedELTest">
+      <class name="org.jboss.cdi.tck.tests.deployment.discovery.enterprise.EnterpriseBeanDiscoveryTest"> <!-- this one is an ear + behavior is broken by design, TODO: find the associated jira issue -->
         <methods>
           <exclude name=".*" />
         </methods>