mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 18:56:02 +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(){
|
||||
// TODO turn off PDOM indexing?
|
||||
public void disableIndexing() throws CoreException {
|
||||
CCorePlugin.getPDOMManager().setIndexerId(cproject, "org.eclipse.cdt.core.nullindexer");
|
||||
}
|
||||
|
||||
public BaseTestFramework()
|
||||
|
|
Loading…
Add table
Reference in a new issue