Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault (Ericsson)2013-02-05 03:00:02 +0000
committerPascal Rapicault2013-02-05 03:00:02 +0000
commitcf85b76d32aec28219087b85fb3b6d41ae928023 (patch)
tree1ac4133b5adff89c28516a692807da1c8ffffe5d /bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/sat4j
parent01f2d1482ee8afd472d1b65a1dcd8d6b87ff46f5 (diff)
downloadrt.equinox.p2-cf85b76d32aec28219087b85fb3b6d41ae928023.tar.gz
rt.equinox.p2-cf85b76d32aec28219087b85fb3b6d41ae928023.tar.xz
rt.equinox.p2-cf85b76d32aec28219087b85fb3b6d41ae928023.zip
Move shared install tests in new package and clean up test suitev20130205-030002I20130205-0800
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/sat4j')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/sat4j/smoke/SmokeTestSAT4J.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/sat4j/smoke/SmokeTestSAT4J.java b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/sat4j/smoke/SmokeTestSAT4J.java
index a3810a818..6efc4fc66 100644
--- a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/sat4j/smoke/SmokeTestSAT4J.java
+++ b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/sat4j/smoke/SmokeTestSAT4J.java
@@ -73,15 +73,4 @@ public class SmokeTestSAT4J extends AbstractProvisioningTest {
assertNull(raised);
}
-
- // private void backToIU(IProblem problem) {
- // solution = new ArrayList();
- // for (Iterator allIUs = variables.entrySet().iterator(); allIUs.hasNext();) {
- // Entry entry = (Entry) allIUs.next();
- // int match = Integer.parseInt(((String) entry.getValue()).substring(1));
- // if (problem.model(match)) {
- // solution.add(((IInstallableUnit) entry.getKey()).unresolved());
- // }
- // }
- // }
}

Back to the top