1
0
Fork 0
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:
Markus Schorn 2006-09-06 13:47:43 +00:00
parent 38aed694f5
commit 683950da14

View file

@ -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()