Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2010-09-10 12:55:50 +0000
committerDJ Houghton2010-09-10 12:55:50 +0000
commit25cfde8f7acd4aa62bcbe1f77bf5e2570bcf084b (patch)
treeb1915b84f1cfacc63205806e9240dd178bf6e503
parentfe882b86d0ddb3a3e5825c57a64ec2cf34d4c3dc (diff)
downloadrt.equinox.p2-25cfde8f7acd4aa62bcbe1f77bf5e2570bcf084b.tar.gz
rt.equinox.p2-25cfde8f7acd4aa62bcbe1f77bf5e2570bcf084b.tar.xz
rt.equinox.p2-25cfde8f7acd4aa62bcbe1f77bf5e2570bcf084b.zip
Bug 324948 - [tests] Test failures due to missing repository
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/full/Install36from35.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/full/Install36from35.java b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/full/Install36from35.java
index 486db6b70..be7eeafd9 100644
--- a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/full/Install36from35.java
+++ b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/full/Install36from35.java
@@ -54,7 +54,7 @@ public class Install36from35 extends AbstractReconcilerTest {
//Create a new installation of 3.6 using 3.5
File installFolder = getTestFolder("install36From35");
System.out.println(installFolder);
- int result = runDirectorToInstall("Installing 3.6 from 3.5", new File(installFolder, "eclipse"), "http://download.eclipse.org/eclipse/updates/3.6-I-builds", "org.eclipse.platform.ide");
+ int result = runDirectorToInstall("Installing 3.6 from 3.5", new File(installFolder, "eclipse"), "http://download.eclipse.org/eclipse/updates/3.6", "org.eclipse.platform.ide");
if (result != 0) {
File logFile = new File(installFolder, "log.log");
if (logFile.exists()) {

Back to the top