Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
update tomcat download url for integ tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Lai committed Sep 23, 2011
1 parent 6fa4fd9 commit 670540e
Showing 1 changed file with 5 additions and 8 deletions.
Expand Up @@ -26,9 +26,8 @@

package com.force.sdk.qa.util.integration;

import com.force.sdk.qa.util.PropsUtil;
import com.force.sdk.qa.util.TestContext;
import com.force.sdk.qa.util.TestContext.TestType;
import java.io.IOException;
import java.util.*;

import org.apache.http.HttpResponse;
import org.codehaus.cargo.container.property.GeneralPropertySet;
Expand All @@ -37,10 +36,8 @@
import org.testng.annotations.BeforeClass;
import org.testng.annotations.BeforeSuite;

import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import java.util.Properties;
import com.force.sdk.qa.util.*;
import com.force.sdk.qa.util.TestContext.TestType;

/**
*
Expand Down Expand Up @@ -87,7 +84,7 @@ public void classSetup() throws IOException {

@Override
public String getZipInstallerUrl() {
return "http://apache.mirrors.redwire.net/tomcat/tomcat-6/v6.0.32/bin/apache-tomcat-6.0.32.zip";
return "http://www.gtlib.gatech.edu/pub/apache/tomcat/tomcat-6/v6.0.33/bin/apache-tomcat-6.0.33.zip";
}

@Override
Expand Down

0 comments on commit 670540e

Please sign in to comment.