From 3de8b5b32b991dc80524d75e016c2dc24570a5ad Mon Sep 17 00:00:00 2001 From: spingel Date: Fri, 4 Feb 2011 21:11:09 +0000 Subject: ASSIGNED - bug 328300: [CDT][context] Mylyn automatically add all Includes in the context of the task https://bugs.eclipse.org/bugs/show_bug.cgi?id=328300 --- org.eclipse.mylyn.tests/META-INF/MANIFEST.MF | 1 + .../src/org/eclipse/mylyn/tests/AllNonConnectorTests.java | 2 ++ 2 files changed, 3 insertions(+) diff --git a/org.eclipse.mylyn.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tests/META-INF/MANIFEST.MF index 9a472feb..3fa18ad3 100644 --- a/org.eclipse.mylyn.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.tests/META-INF/MANIFEST.MF @@ -16,6 +16,7 @@ Require-Bundle: org.junit, org.eclipse.mylyn.discovery.tests, org.eclipse.mylyn.resources.tests, org.eclipse.mylyn.java.tests, + org.eclipse.mylyn.cdt.tests, org.eclipse.mylyn.tasks.tests, org.eclipse.mylyn.monitor.tests, org.eclipse.mylyn.tasks.ui, diff --git a/org.eclipse.mylyn.tests/src/org/eclipse/mylyn/tests/AllNonConnectorTests.java b/org.eclipse.mylyn.tests/src/org/eclipse/mylyn/tests/AllNonConnectorTests.java index ed887194..15124d06 100644 --- a/org.eclipse.mylyn.tests/src/org/eclipse/mylyn/tests/AllNonConnectorTests.java +++ b/org.eclipse.mylyn.tests/src/org/eclipse/mylyn/tests/AllNonConnectorTests.java @@ -15,6 +15,7 @@ import junit.framework.Test; import junit.framework.TestSuite; import org.eclipse.mylyn.builds.tests.AllBuildsTests; +import org.eclipse.mylyn.cdt.tests.AllCdtTests; import org.eclipse.mylyn.commons.tests.AllCommonsTests; import org.eclipse.mylyn.commons.tests.support.ManagedTestSuite; import org.eclipse.mylyn.context.tests.AllContextTests; @@ -45,6 +46,7 @@ public class AllNonConnectorTests { suite.addTest(AllContextTests.suite()); suite.addTest(AllDiscoveryTests.suite()); suite.addTest(AllJavaTests.suite()); + suite.addTest(AllCdtTests.suite()); suite.addTest(AllMonitorTests.suite()); suite.addTest(AllIntegrationTests.suite()); suite.addTest(AllIdeTests.suite()); -- cgit v1.2.3