Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2009-02-20 16:31:50 +0000
committerTomasz Zarna2009-02-20 16:31:50 +0000
commitb930018c901b236087c5fbd44266383bb3c77ebf (patch)
tree8cd68178bef5541494cb3a86da204edc91c70e7a /tests/org.eclipse.team.tests.core
parentf6cb8b7a0ead07ef69a4f635579d846937082d5f (diff)
downloadeclipse.platform.team-b930018c901b236087c5fbd44266383bb3c77ebf.tar.gz
eclipse.platform.team-b930018c901b236087c5fbd44266383bb3c77ebf.tar.xz
eclipse.platform.team-b930018c901b236087c5fbd44266383bb3c77ebf.zip
bug 265095: Compiler errors when checking out team from HEADI20090304-1010
Diffstat (limited to 'tests/org.eclipse.team.tests.core')
-rw-r--r--tests/org.eclipse.team.tests.core/src/org/eclipse/team/tests/core/mapping/ScopeBuildingTests.java7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/org.eclipse.team.tests.core/src/org/eclipse/team/tests/core/mapping/ScopeBuildingTests.java b/tests/org.eclipse.team.tests.core/src/org/eclipse/team/tests/core/mapping/ScopeBuildingTests.java
index 692c5d047..c4ad7f68f 100644
--- a/tests/org.eclipse.team.tests.core/src/org/eclipse/team/tests/core/mapping/ScopeBuildingTests.java
+++ b/tests/org.eclipse.team.tests.core/src/org/eclipse/team/tests/core/mapping/ScopeBuildingTests.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2005, 2007 IBM Corporation and others.
+ * Copyright (c) 2005, 2009 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -56,11 +56,6 @@ public class ScopeBuildingTests extends TeamTest {
protected void execute(IProgressMonitor monitor) throws InvocationTargetException, InterruptedException {
// Do nothing since we're just testing the scope build
}
-
- protected void promptForInputChange(IProgressMonitor monitor) {
- // Throw an exception to indicate that a prompt was requested
- throw PROMPT_EXCEPTION;
- }
}
public static Test suite() {

Back to the top