1
0
Fork 0
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:
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(){ public void disableIndexing() throws CoreException {
// TODO turn off PDOM indexing? CCorePlugin.getPDOMManager().setIndexerId(cproject, "org.eclipse.cdt.core.nullindexer");
} }
public BaseTestFramework() public BaseTestFramework()