Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2010-03-17 15:05:25 +0000
committerDJ Houghton2010-03-17 15:05:25 +0000
commite1d03a6c2b2dcf4e94642526d3cc2b15f1582c8b (patch)
tree7e27e7f5248ecb439afe87be381674cf4480e015 /bundles
parent6cc8d5470b837533653973fdd4b202912bde37c5 (diff)
downloadrt.equinox.p2-e1d03a6c2b2dcf4e94642526d3cc2b15f1582c8b.tar.gz
rt.equinox.p2-e1d03a6c2b2dcf4e94642526d3cc2b15f1582c8b.tar.xz
rt.equinox.p2-e1d03a6c2b2dcf4e94642526d3cc2b15f1582c8b.zip
Re-enabled previously failing test.
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/reconciler/dropins/BasicTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/reconciler/dropins/BasicTests.java b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/reconciler/dropins/BasicTests.java
index a1e8785f2..39bd12b07 100644
--- a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/reconciler/dropins/BasicTests.java
+++ b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/reconciler/dropins/BasicTests.java
@@ -56,7 +56,7 @@ public class BasicTests extends AbstractReconcilerTest {
suite.addTest(new BasicTests("testSimpleRepo"));
// suite.addTest(new BasicTests("test_251167"));
- // suite.addTest(new BasicTests("test_p2Repo"));
+ suite.addTest(new BasicTests("test_p2Repo"));
suite.addTest(new BasicTests("testDisabledBundleInLink"));
return suite;

Back to the top