Skip to content

Commit

Permalink
Remove outdated preference setting from ZoomTestCase
Browse files Browse the repository at this point in the history
IWorkbenchPreferenceConstants.ENABLE_ANIMATIONS is not supported
anymore.
  • Loading branch information
vogella authored and akurtakov committed Jan 14, 2025
1 parent 74efba4 commit f5f10d1
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ protected void doSetUp() throws Exception {
page = (WorkbenchPage) window.getActivePage();

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

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

0 comments on commit f5f10d1

Please sign in to comment.