You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by qx...@apache.org on 2015/07/07 04:27:07 UTC

sqoop git commit: SQOOP-2409: Sqoop2: Bump up Tomcat version to 6.0.37 in integration test

Repository: sqoop
Updated Branches:
  refs/heads/sqoop2 7edaa11d2 -> 1192c2a4c


SQOOP-2409: Sqoop2: Bump up Tomcat version to 6.0.37 in integration test

(Richard Zhou via Qian Xu)


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

Branch: refs/heads/sqoop2
Commit: 1192c2a4c2d030cd3b2c087ee4098a2d4039da98
Parents: 7edaa11
Author: Qian Xu <qi...@intel.com>
Authored: Tue Jul 7 10:25:38 2015 +0800
Committer: Qian Xu <qi...@intel.com>
Committed: Tue Jul 7 10:25:38 2015 +0800

----------------------------------------------------------------------
 .../org/apache/sqoop/test/minicluster/TomcatSqoopMiniCluster.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sqoop/blob/1192c2a4/test/src/main/java/org/apache/sqoop/test/minicluster/TomcatSqoopMiniCluster.java
----------------------------------------------------------------------
diff --git a/test/src/main/java/org/apache/sqoop/test/minicluster/TomcatSqoopMiniCluster.java b/test/src/main/java/org/apache/sqoop/test/minicluster/TomcatSqoopMiniCluster.java
index 5829011..9f7301b 100644
--- a/test/src/main/java/org/apache/sqoop/test/minicluster/TomcatSqoopMiniCluster.java
+++ b/test/src/main/java/org/apache/sqoop/test/minicluster/TomcatSqoopMiniCluster.java
@@ -83,7 +83,7 @@ public class TomcatSqoopMiniCluster extends SqoopMiniCluster {
     // TODO(jarcec): We should parametrize those paths, version, etc...
     // Source: http://cargo.codehaus.org/Functional+testing
     // Use null download path so that download path can be shared.
-    Installer installer = new ZipURLInstaller(new URL("http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.36/bin/apache-tomcat-6.0.36.zip"), null, extractPath);
+    Installer installer = new ZipURLInstaller(new URL("http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.37/bin/apache-tomcat-6.0.37.zip"), null, extractPath);
     installer.install();
 
     LocalConfiguration configuration = (LocalConfiguration) new DefaultConfigurationFactory().createConfiguration("tomcat6x", ContainerType.INSTALLED, ConfigurationType.STANDALONE, confPath);