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 2016/08/14 13:07:08 UTC

tomee git commit: no more need of this workaround

Repository: tomee
Updated Branches:
  refs/heads/master ab4335046 -> e2c2ef1f4


no more need of this workaround


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

Branch: refs/heads/master
Commit: e2c2ef1f4bf4d7e6be3f16580b80fbe2e0aa6bf6
Parents: ab43350
Author: Romain manni-Bucau <rm...@gmail.com>
Authored: Sun Aug 14 15:06:57 2016 +0200
Committer: Romain manni-Bucau <rm...@gmail.com>
Committed: Sun Aug 14 15:06:57 2016 +0200

----------------------------------------------------------------------
 .../apache/openejb/arquillian/tests/jsf/ejb/JSFInjectionTest.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/e2c2ef1f/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/jsf/ejb/JSFInjectionTest.java
----------------------------------------------------------------------
diff --git a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/jsf/ejb/JSFInjectionTest.java b/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/jsf/ejb/JSFInjectionTest.java
index 43c63ab..818619a 100644
--- a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/jsf/ejb/JSFInjectionTest.java
+++ b/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/jsf/ejb/JSFInjectionTest.java
@@ -42,7 +42,6 @@ public class JSFInjectionTest extends JSFs {
     public static WebArchive getArchive() {
         return base("jsf-injection-test.war")
                 .addClasses(DummyEJB.class, DummyManagedBean.class)
-                .addAsWebInfResource(new StringAsset("openejb.cdi.activated = false"), "application.properties") // ensure plume doesn't fail without CDI on
                 .addAsWebResource(new ClassLoaderAsset(
                         JSFInjectionTest.class.getPackage().getName().replace('.', '/').concat("/").concat("dummy.xhtml")), "dummy.xhtml");
     }