Skip to content

Commit

Permalink
Reactivate tests eclipse-platform#525
Browse files Browse the repository at this point in the history
This change reactivates all working disabled tests from project org.eclipse.team.tests.core. Contributes to eclipse-platform#525
  • Loading branch information
Michael5601 committed Aug 3, 2023
1 parent 18d0171 commit 17779c9
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ public void testScopeExpansion() throws CoreException, OperationCanceledExceptio
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);
}

}

0 comments on commit 17779c9

Please sign in to comment.