mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 19:35:36 +02:00
Disable indexer for refactoring tests
This commit is contained in:
parent
38aed694f5
commit
683950da14
1 changed files with 2 additions and 2 deletions
|
@ -71,8 +71,8 @@ abstract public class BaseTestFramework extends TestCase {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void disableIndexing(){
|
public void disableIndexing() throws CoreException {
|
||||||
// TODO turn off PDOM indexing?
|
CCorePlugin.getPDOMManager().setIndexerId(cproject, "org.eclipse.cdt.core.nullindexer");
|
||||||
}
|
}
|
||||||
|
|
||||||
public BaseTestFramework()
|
public BaseTestFramework()
|
||||||
|
|
Loading…
Add table
Reference in a new issue