You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2015/01/01 18:23:37 UTC

karaf git commit: Enable pax-cdi-web feature itest

Repository: karaf
Updated Branches:
  refs/heads/karaf-3.0.x 9d375d678 -> f2ab7673f


Enable pax-cdi-web feature itest


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

Branch: refs/heads/karaf-3.0.x
Commit: f2ab7673f9a94470580cc30b8d17fa54865ef23f
Parents: 9d375d6
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Thu Jan 1 18:23:03 2015 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Thu Jan 1 18:23:03 2015 +0100

----------------------------------------------------------------------
 .../karaf/itests/features/PaxCdiFeaturesTest.java       | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/f2ab7673/itests/src/test/java/org/apache/karaf/itests/features/PaxCdiFeaturesTest.java
----------------------------------------------------------------------
diff --git a/itests/src/test/java/org/apache/karaf/itests/features/PaxCdiFeaturesTest.java b/itests/src/test/java/org/apache/karaf/itests/features/PaxCdiFeaturesTest.java
index 0ea77ba..33dc180 100644
--- a/itests/src/test/java/org/apache/karaf/itests/features/PaxCdiFeaturesTest.java
+++ b/itests/src/test/java/org/apache/karaf/itests/features/PaxCdiFeaturesTest.java
@@ -61,43 +61,41 @@ public class PaxCdiFeaturesTest extends KarafTestSupport {
     }
 
     @Test
-    @Ignore("PAXCDI-146 and Servlet API dependency")
     public void installPaxCdiWebFeature() throws Exception {
         installAssertAndUninstallFeatures("pax-cdi-web");
     }
 
     @Test
-    @Ignore("PAXCDI-146 and Servlet API dependency")
     public void installPaxCdi11WebFeature() throws Exception {
         installAssertAndUninstallFeatures("pax-cdi-1.1-web");
     }
 
     @Test
-    @Ignore("PAXCDI-146 and Servlet API dependency")
+    @Ignore("PAXCDI-146 Require Pax Web 4.x/Karaf 4")
     public void installPaxCdi12WebFeature() throws Exception {
         installAssertAndUninstallFeatures("pax-cdi-1.2-web");
     }
 
     @Test
-    @Ignore("PAXCDI-146 and Servlet API dependency")
+    @Ignore("PAXCDI-146: Require Pax Web 4.x/Karaf 4")
     public void installPaxCdiWebWeldFeature() throws Exception {
         installAssertAndUninstallFeatures("pax-cdi-web-weld");
     }
 
     @Test
-    @Ignore("PAXCDI-146 and Servlet API dependency")
+    @Ignore("PAXCDI-146: Require Pax Web 4.x/Karaf 4")
     public void installPaxCdi11WebWeldFeature() throws Exception {
         installAssertAndUninstallFeatures("pax-cdi-1.1-web-weld");
     }
 
     @Test
-    @Ignore("PAXCDI-146 and Servlet API dependency")
+    @Ignore("PAXCDI-146: Require Pax Web 4.x/Karaf 4")
     public void installPaxCdi12WebWeldFeature() throws Exception {
         installAssertAndUninstallFeatures("pax-cdi-1.2-web-weld");
     }
 
     @Test
-    @Ignore("PAXCDI-146 and Servlet API dependency")
+    @Ignore("PAXCDI-146: Require Pax Web 4.x/Karaf 4")
     public void installPaxCdiWebOpenwebbeansFeature() throws Exception {
         installAssertAndUninstallFeatures("pax-cdi-web-openwebbeans");
     }