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 2014/01/12 21:19:16 UTC

git commit: [KARAF-2680] Add spring-security feature itest

Updated Branches:
  refs/heads/master 502926b20 -> f8e00ede7


[KARAF-2680] Add spring-security feature itest


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

Branch: refs/heads/master
Commit: f8e00ede786953fb2582a40c3b6a65e47623cc04
Parents: 502926b
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Sun Jan 12 21:18:25 2014 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Sun Jan 12 21:18:25 2014 +0100

----------------------------------------------------------------------
 .../org/apache/karaf/itests/features/SpringFeaturesTest.java    | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/f8e00ede/itests/src/test/java/org/apache/karaf/itests/features/SpringFeaturesTest.java
----------------------------------------------------------------------
diff --git a/itests/src/test/java/org/apache/karaf/itests/features/SpringFeaturesTest.java b/itests/src/test/java/org/apache/karaf/itests/features/SpringFeaturesTest.java
index 25bc902..bdec177 100644
--- a/itests/src/test/java/org/apache/karaf/itests/features/SpringFeaturesTest.java
+++ b/itests/src/test/java/org/apache/karaf/itests/features/SpringFeaturesTest.java
@@ -97,6 +97,11 @@ public class SpringFeaturesTest extends KarafTestSupport {
     }
 
     @Test
+    public void installSpringSecurityFeature() throws Exception {
+        installAssertAndUninstallFeature("spring-security");
+    }
+
+    @Test
     @Ignore
     public void installGeminiBlueprintFeature() throws Exception {
         installAssertAndUninstallFeature("gemini-blueprint");