Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2011-01-21 17:28:52 +0000
committerDJ Houghton2011-01-21 17:28:52 +0000
commit3644f19fe1ba6b7bb4f726c2caf38621c369c585 (patch)
tree8b679d0fbf782a1af554d0e9a6d8bee290cfe86a /bundles/org.eclipse.equinox.p2.tests
parentee8f9a443daa6d20da72bc4d1d12e4d8e6d042e7 (diff)
downloadrt.equinox.p2-3644f19fe1ba6b7bb4f726c2caf38621c369c585.tar.gz
rt.equinox.p2-3644f19fe1ba6b7bb4f726c2caf38621c369c585.tar.xz
rt.equinox.p2-3644f19fe1ba6b7bb4f726c2caf38621c369c585.zip
Ensure platform exe has been extracted before continuing.
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/full/From35to36.java1
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/full/Install36from35.java1
2 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/full/From35to36.java b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/full/From35to36.java
index 7c1fd44b5..fceba7589 100644
--- a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/full/From35to36.java
+++ b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/full/From35to36.java
@@ -30,6 +30,7 @@ public class From35to36 extends AbstractReconcilerTest {
}
public void from35To36() {
+ assertInitialized();
String currentBuildRepo = System.getProperty("org.eclipse.equinox.p2.tests.current.build.repo");
if (currentBuildRepo == null)
currentBuildRepo = "http://download.eclipse.org/eclipse/updates/3.6-I-builds";
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 be7eeafd9..17fe9eeb1 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
@@ -51,6 +51,7 @@ public class Install36from35 extends AbstractReconcilerTest {
}
public void install36From35() throws IOException {
+ assertInitialized();
//Create a new installation of 3.6 using 3.5
File installFolder = getTestFolder("install36From35");
System.out.println(installFolder);

Back to the top