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/07 17:54:08 UTC

[3/3] tomee git commit: disable embedded TCK test which needs a running JSF container

disable embedded TCK test which needs a running JSF container

the other method in that test also needs a container :/


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

Branch: refs/heads/develop
Commit: d90248796b2b454f43cfd83bf3be452fcbb8e16d
Parents: 77e7a2d
Author: Mark Struberg <st...@apache.org>
Authored: Sat Mar 7 17:53:13 2015 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Sat Mar 7 17:53:13 2015 +0100

----------------------------------------------------------------------
 tck/cdi-embedded/src/test/resources/passing.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/d9024879/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 05b45be..905bd2d 100644
--- a/tck/cdi-embedded/src/test/resources/passing.xml
+++ b/tck/cdi-embedded/src/test/resources/passing.xml
@@ -314,7 +314,7 @@
       </class>
       <class name="org.jboss.cdi.tck.tests.lookup.el.integration.IntegrationWithUnifiedELTest">
         <methods>
-          <exclude name="testELResolverRegisteredWithJsf" />
+          <exclude name=".*" />
         </methods>
       </class>
     </classes>