Skip to content

Commit

Permalink
UndoManagerLeakTest: remove test for deprecated DefaultUndoManager
Browse files Browse the repository at this point in the history
  • Loading branch information
jukzi committed Jan 15, 2025
1 parent d809c8e commit 8d52085
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 262 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@

import org.eclipse.jdt.ui.tests.leaks.JavaLeakTest;
import org.eclipse.jdt.ui.tests.leaks.TextViewerUndoManagerLeakTest;
import org.eclipse.jdt.ui.tests.leaks.UndoManagerLeakTest;
import org.eclipse.jdt.ui.tests.search.SearchLeakTestWrapper;

@Suite
@SelectClasses({
JavaLeakTest.class,
SearchLeakTestWrapper.class,
UndoManagerLeakTest.class,
TextViewerUndoManagerLeakTest.class,
})
public class LeakTestSuite {
Expand Down

0 comments on commit 8d52085

Please sign in to comment.