Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2011-03-01 02:43:25 +0000
committerPascal Rapicault2011-03-01 02:43:25 +0000
commit6ba46bd9a7e78b16e8abd9a145d2577ec0b6ec77 (patch)
tree6be1769e91914ce99411ee601b8d51b116f2124d /bundles/org.eclipse.equinox.p2.tests
parent80aaa6c60496df752fe1b80f48b50246f10ca84a (diff)
downloadrt.equinox.p2-6ba46bd9a7e78b16e8abd9a145d2577ec0b6ec77.tar.gz
rt.equinox.p2-6ba46bd9a7e78b16e8abd9a145d2577ec0b6ec77.tar.xz
rt.equinox.p2-6ba46bd9a7e78b16e8abd9a145d2577ec0b6ec77.zip
Bug 336246 - Remove the metadata generator
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/generator/AllTests.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/generator/AllTests.java b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/generator/AllTests.java
index 334fadc9c..991a1a196 100644
--- a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/generator/AllTests.java
+++ b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/generator/AllTests.java
@@ -19,9 +19,6 @@ public class AllTests extends TestCase {
public static Test suite() {
TestSuite suite = new TestSuite(AllTests.class.getName());
- suite.addTestSuite(EclipseSDK33Test.class);
- suite.addTestSuite(FeatureToIU.class);
- suite.addTestSuite(SiteParserTest.class);
suite.addTestSuite(GeneratorTests.class);
return suite;
}

Back to the top