mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 01:06:01 +02:00
Disable indexing in MBS tests since the 'originalsourceindexer' causes hangs
This commit is contained in:
parent
c1232687c2
commit
b6b0316b3d
3 changed files with 5 additions and 0 deletions
Binary file not shown.
Binary file not shown.
|
@ -31,6 +31,11 @@ public class AllManagedBuildTests {
|
|||
junit.textui.TestRunner.run(AllManagedBuildTests.suite());
|
||||
}
|
||||
public static Test suite() {
|
||||
// May/2005 Turning off all indexing for now because the "original" indexer causes hangs...
|
||||
CCorePlugin.getDefault().getPluginPreferences().setValue(CCorePlugin.PREF_INDEXER, CCorePlugin.NULL_INDEXER_UNIQUE_ID);
|
||||
// We could enable this later...
|
||||
//CCorePlugin.getDefault().getPluginPreferences().setValue(CCorePlugin.PREF_INDEXER, "org.eclipse.cdt.core.domsourceindexer");
|
||||
|
||||
TestSuite suite = new TestSuite(
|
||||
"Test for org.eclipse.cdt.managedbuild.core.tests");
|
||||
//$JUnit-BEGIN$
|
||||
|
|
Loading…
Add table
Reference in a new issue