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/11/27 07:58:07 UTC

karaf git commit: [KARAF-3370] Fix transaction feature version in the itest

Repository: karaf
Updated Branches:
  refs/heads/master 5184b7e45 -> db2b58225


[KARAF-3370] Fix transaction feature version in the itest


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

Branch: refs/heads/master
Commit: db2b58225e4279de6e35420955aa9efe279c2d5f
Parents: 5184b7e
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Thu Nov 27 07:57:24 2014 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Thu Nov 27 07:57:24 2014 +0100

----------------------------------------------------------------------
 .../org/apache/karaf/itests/features/EnterpriseFeaturesTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/db2b5822/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 8177e7a..a38ea86 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
@@ -36,7 +36,7 @@ public class EnterpriseFeaturesTest extends KarafTestSupport {
 
     @Test
     public void installTransaction110Feature() throws Exception {
-        installAssertAndUninstallFeature("transaction", "1.1.0");
+        installAssertAndUninstallFeature("transaction", "1.1.1");
     }
 
     @Test