Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2009-02-17 18:06:32 +0000
committerAndrew Niefer2009-02-17 18:06:32 +0000
commit34bcc3c36390498ded1f61cd0e966f8d524f7f06 (patch)
tree75a5e943cc1e09a766345ddd64102cc43a3c612b /bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java
parentb8ab3448c52feea5949cf6583d765aad1d91454b (diff)
downloadrt.equinox.p2-34bcc3c36390498ded1f61cd0e966f8d524f7f06.tar.gz
rt.equinox.p2-34bcc3c36390498ded1f61cd0e966f8d524f7f06.tar.xz
rt.equinox.p2-34bcc3c36390498ded1f61cd0e966f8d524f7f06.zip
bug 264739 - move root files under feature group
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java
index c752497f8..8ba22cc83 100644
--- a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java
+++ b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2008 IBM Corporation and others. All rights reserved. This
+ * Copyright (c) 2008, 2009 IBM Corporation and others. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and is
* available at http://www.eclipse.org/legal/epl-v10.html
@@ -61,7 +61,7 @@ public class UninstallFeatureActionTest extends AbstractProvisioningTest {
IArtifactKey key = FeaturesAction.createFeatureArtifactKey(feature.getId(), feature.getVersion());
IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, featureTarget);
((ArtifactDescriptor) descriptor).setRepositoryProperty("artifact.folder", Boolean.TRUE.toString());
- IInstallableUnit iu = FeaturesAction.createFeatureJarIU(feature, null, new PublisherInfo());
+ IInstallableUnit iu = FeaturesAction.createFeatureJarIU(feature, new PublisherInfo());
bundlePool.addDescriptor(descriptor);

Back to the top