Skip to main content
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichael Valenta2003-07-15 18:08:43 +0000
committerMichael Valenta2003-07-15 18:08:43 +0000
commit6e4b81e1e1134cf5729c8075228ae3eed0b64851 (patch)
treefe0a2e5daf3617b7982cede9aa30771e6946582c /tests
parent108804c75833c16ef9ff8a7da4000e0e841bef3a (diff)
downloadeclipse.platform.team-6e4b81e1e1134cf5729c8075228ae3eed0b64851.tar.gz
eclipse.platform.team-6e4b81e1e1134cf5729c8075228ae3eed0b64851.tar.xz
eclipse.platform.team-6e4b81e1e1134cf5729c8075228ae3eed0b64851.zip
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/ui/sync/SyncViewTests.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/ui/sync/SyncViewTests.java b/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/ui/sync/SyncViewTests.java
index 995295e0b..6aa5ef2c4 100644
--- a/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/ui/sync/SyncViewTests.java
+++ b/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/ui/sync/SyncViewTests.java
@@ -12,8 +12,6 @@ package org.eclipse.team.tests.ccvs.ui.sync;
import junit.framework.Test;
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.team.core.TeamException;
import org.eclipse.team.internal.ui.sync.views.SyncViewer;
import org.eclipse.team.tests.ccvs.core.EclipseTest;
import org.eclipse.team.tests.ccvs.core.subscriber.AllTestsTeamSubscriber;
@@ -33,11 +31,4 @@ public class SyncViewTests extends EclipseTest {
public static Test suite() {
return AllTestsTeamSubscriber.suite(new SyncInfoFromSyncSet());
}
-
- /* (non-Javadoc)
- * @see org.eclipse.team.tests.ccvs.core.subscriber.CVSWorkspaceSubscriberTest#testDeletionConflicts()
- */
- public void testDeletionConflicts() throws TeamException, CoreException {
- // Added for Bug 40035 to obscure inherited test
- }
}

Back to the top