Skip to content

Commit f5f10d1

Browse files
vogellaakurtakov
authored andcommitted
Remove outdated preference setting from ZoomTestCase
IWorkbenchPreferenceConstants.ENABLE_ANIMATIONS is not supported anymore.
1 parent 74efba4 commit f5f10d1

File tree

1 file changed

+0
-3
lines changed
  • tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/zoom

1 file changed

+0
-3
lines changed

tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomTestCase.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ protected void doSetUp() throws Exception {
6969
page = (WorkbenchPage) window.getActivePage();
7070

7171
IPreferenceStore apiStore = PrefUtil.getAPIPreferenceStore();
72-
// Disable animations since they occur concurrently and can interferre
73-
// with locating drop targets
74-
setPreference(apiStore, IWorkbenchPreferenceConstants.ENABLE_ANIMATIONS, false);
7572

7673
// These tests are hard-wired to the pre-3.3 zoom behaviour
7774
// Run them anyway to ensure that we preserve the 3.0 mechanism

0 commit comments

Comments
 (0)