mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 01:45:33 +02:00
Removed unused constants.
This commit is contained in:
parent
acef14f15d
commit
99de8fdda1
2 changed files with 3 additions and 8 deletions
|
@ -8,7 +8,6 @@
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Markus Schorn - initial API and implementation
|
* Markus Schorn - initial API and implementation
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.cdt.ui.tests.includebrowser;
|
package org.eclipse.cdt.ui.tests.includebrowser;
|
||||||
|
|
||||||
import org.eclipse.core.resources.IFile;
|
import org.eclipse.core.resources.IFile;
|
||||||
|
@ -32,7 +31,6 @@ import org.eclipse.cdt.ui.tests.BaseUITestCase;
|
||||||
import org.eclipse.cdt.internal.ui.includebrowser.IBViewPart;
|
import org.eclipse.cdt.internal.ui.includebrowser.IBViewPart;
|
||||||
|
|
||||||
public class IncludeBrowserBaseTest extends BaseUITestCase {
|
public class IncludeBrowserBaseTest extends BaseUITestCase {
|
||||||
protected static final int INDEXER_WAIT_TIME = 8000;
|
|
||||||
protected static IProgressMonitor NPM= new NullProgressMonitor();
|
protected static IProgressMonitor NPM= new NullProgressMonitor();
|
||||||
|
|
||||||
private ICProject fCProject;
|
private ICProject fCProject;
|
||||||
|
|
|
@ -39,8 +39,6 @@ import org.eclipse.cdt.internal.ui.editor.CEditor;
|
||||||
*/
|
*/
|
||||||
public class BasicOutlineTest extends BaseUITestCase {
|
public class BasicOutlineTest extends BaseUITestCase {
|
||||||
|
|
||||||
private static final int INDEXER_WAIT_TIME = 10000;
|
|
||||||
|
|
||||||
public static TestSuite suite() {
|
public static TestSuite suite() {
|
||||||
return suite(BasicOutlineTest.class);
|
return suite(BasicOutlineTest.class);
|
||||||
}
|
}
|
||||||
|
@ -278,5 +276,4 @@ public class BasicOutlineTest extends BaseUITestCase {
|
||||||
expandTreeItem(item= checkTreeNode(tree, 1, 0, "Foo"));
|
expandTreeItem(item= checkTreeNode(tree, 1, 0, "Foo"));
|
||||||
checkTreeItems(item.getItems(), "bar() : void", "field : int", "foo() : void");
|
checkTreeItems(item.getItems(), "bar() : void", "field : int", "foo() : void");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue