Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2013-07-03 17:47:36 +0000
committerJohn Arthorne2013-07-03 17:47:36 +0000
commitd88feb633029d59adb5c06dc0dae5e7a810359c2 (patch)
tree6d1b28045c5be22b18c81c7b74c9e1b5e3e20b1a /bundles
parent2f3008ae16896899dada0cb3bd00283c2b641396 (diff)
downloadrt.equinox.p2-d88feb633029d59adb5c06dc0dae5e7a810359c2.tar.gz
rt.equinox.p2-d88feb633029d59adb5c06dc0dae5e7a810359c2.tar.xz
rt.equinox.p2-d88feb633029d59adb5c06dc0dae5e7a810359c2.zip
Bug 411892 - Tests that depend on Old Style Plugin supportI20130709-0800
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/directorywatcher/RepositoryListenerTest.java7
1 files changed, 5 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/directorywatcher/RepositoryListenerTest.java b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/directorywatcher/RepositoryListenerTest.java
index 1c8ead67d..b9cde8f0b 100644
--- a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/directorywatcher/RepositoryListenerTest.java
+++ b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/directorywatcher/RepositoryListenerTest.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2010 IBM Corporation and others.
+ * Copyright (c) 2007, 2013 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
@@ -152,8 +152,11 @@ public class RepositoryListenerTest extends AbstractDirectoryWatcherTest {
/*
* Test to ensure that we convert bundles with Eclipse 2.x-style plugin.xml files into
* proper OSGi manifest files so the bundle can be installed
+ * This test has been commented out because support for non-OSGi bundles was
+ * removed. See bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=411892.
+ *
*/
- public void testPluginXMLConversion() {
+ public void _testPluginXMLConversion() {
// test plugin.xml in a JAR'd bundle
File oldBundleJAR = getTestData("0.1", "/testData/repositoryListener/oldBundleJAR.jar");
// test plugin.xml in a directory-based bundle

Back to the top