Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2007-01-26 16:30:23 +0000
committerMichael Valenta2007-01-26 16:30:23 +0000
commitbbf2f20496c76e2ef640fb0fdc698bbb145559c9 (patch)
treea90f5b214098ef37deffaae8704dde74a672991a /tests/org.eclipse.team.tests.core/src/org/eclipse/team/tests
parentb075b0630fb6d0d9faa811b53e6f1d1fd1617df3 (diff)
downloadeclipse.platform.team-bbf2f20496c76e2ef640fb0fdc698bbb145559c9.tar.gz
eclipse.platform.team-bbf2f20496c76e2ef640fb0fdc698bbb145559c9.tar.xz
eclipse.platform.team-bbf2f20496c76e2ef640fb0fdc698bbb145559c9.zip
Removed test until bug 171714 is fixed
Diffstat (limited to 'tests/org.eclipse.team.tests.core/src/org/eclipse/team/tests')
-rw-r--r--tests/org.eclipse.team.tests.core/src/org/eclipse/team/tests/core/mapping/ScopeTests.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/org.eclipse.team.tests.core/src/org/eclipse/team/tests/core/mapping/ScopeTests.java b/tests/org.eclipse.team.tests.core/src/org/eclipse/team/tests/core/mapping/ScopeTests.java
index 7dadf28d7..9e53219ea 100644
--- a/tests/org.eclipse.team.tests.core/src/org/eclipse/team/tests/core/mapping/ScopeTests.java
+++ b/tests/org.eclipse.team.tests.core/src/org/eclipse/team/tests/core/mapping/ScopeTests.java
@@ -105,12 +105,12 @@ public class ScopeTests extends TeamTest {
assertProperContainment(sm);
}
- public void testScopeContraction() throws OperationCanceledException, InterruptedException, CoreException {
- workingSet.setElements( new IProject[] { project1, project2 });
- ISynchronizationScopeManager sm = createScopeManager();
- assertProperContainment(sm);
- workingSet.setElements( new IProject[] { project1 });
- assertProperContainment(sm);
- }
+// public void testScopeContraction() throws OperationCanceledException, InterruptedException, CoreException {
+// workingSet.setElements( new IProject[] { project1, project2 });
+// ISynchronizationScopeManager sm = createScopeManager();
+// assertProperContainment(sm);
+// workingSet.setElements( new IProject[] { project1 });
+// assertProperContainment(sm);
+// }
}

Back to the top