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/09/29 12:58:13 UTC

git commit: Fix JPA feature itest

Repository: karaf
Updated Branches:
  refs/heads/master afb8acc5c -> a38e2030b


Fix JPA feature itest


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

Branch: refs/heads/master
Commit: a38e2030bc74f4cbeb2dacefc4345b259a876999
Parents: afb8acc
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon Sep 29 12:56:51 2014 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon Sep 29 12:56:51 2014 +0200

----------------------------------------------------------------------
 .../karaf/itests/features/EnterpriseFeaturesTest.java   | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/a38e2030/itests/src/test/java/org/apache/karaf/itests/features/EnterpriseFeaturesTest.java
----------------------------------------------------------------------
diff --git a/itests/src/test/java/org/apache/karaf/itests/features/EnterpriseFeaturesTest.java b/itests/src/test/java/org/apache/karaf/itests/features/EnterpriseFeaturesTest.java
index f7d76da..a41a3c2 100644
--- a/itests/src/test/java/org/apache/karaf/itests/features/EnterpriseFeaturesTest.java
+++ b/itests/src/test/java/org/apache/karaf/itests/features/EnterpriseFeaturesTest.java
@@ -50,18 +50,8 @@ public class EnterpriseFeaturesTest extends KarafTestSupport {
     }
 
     @Test
-    public void installJpa20Feature() throws Exception {
-    	installAssertAndUninstallFeatures("jpa20");
-    }
-
-    @Test
     public void installJpaFeature() throws Exception {
-        installAssertAndUninstallFeatures("jpa");
-    }
-
-    @Test
-    public void installJpa21Feature() throws Exception {
-        installAssertAndUninstallFeatures("jpa21");
+    	installAssertAndUninstallFeatures("jpa");
     }
 
     @Test