Skip to content

Commit ee7762a

Browse files
committed
Remove long deactivated DnD tests from org.eclipse.ui.tests
The DnD tests in org.eclipse.ui.tests have been deactivated 12 years ago and are incompatible since then. They particularly lack the ability to hook into the drop process that was previously possible with some functionality of the DragUtil class. In addition to these tests not being used for 12 years, they now introduce maintenance issues: - They use a JUnit-3-specific setup that is difficult to adapt to JUnit 4/5 - They are the sole remaining users of an AutoTest fragment including specific test suite and logger implementations that are also still tied to JUnit 3, as well as UITestCase specializations
1 parent 0469572 commit ee7762a

34 files changed

+0
-2206
lines changed

tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/UiTestSuite.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
import org.eclipse.ui.tests.decorators.DecoratorsTestSuite;
3232
import org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite;
3333
import org.eclipse.ui.tests.dialogs.UIAutomatedSuite;
34-
import org.eclipse.ui.tests.dnd.DragTestSuite;
3534
import org.eclipse.ui.tests.dynamicplugins.DynamicPluginsTestSuite;
3635
import org.eclipse.ui.tests.encoding.EncodingTestSuite;
3736
import org.eclipse.ui.tests.fieldassist.FieldAssistTestSuite;
@@ -102,7 +101,6 @@
102101
StyledStringHighlighterTest.class,
103102
ZoomTestSuite.class,
104103
DynamicPluginsTestSuite.class,
105-
DragTestSuite.class,
106104
IntroTestSuite.class,
107105
MultiEditorTestSuite.class,
108106
OpenSystemInPlaceEditorTest.class,

tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/autotests/AbstractTestLogger.java

Lines changed: 0 additions & 21 deletions
This file was deleted.

tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/autotests/AutoTest.java

Lines changed: 0 additions & 22 deletions
This file was deleted.

tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/autotests/AutoTestLogger.java

Lines changed: 0 additions & 73 deletions
This file was deleted.

tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/autotests/AutoTestSuite.java

Lines changed: 0 additions & 94 deletions
This file was deleted.

tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/autotests/AutoTestWrapper.java

Lines changed: 0 additions & 45 deletions
This file was deleted.

tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/autotests/TestResult.java

Lines changed: 0 additions & 48 deletions
This file was deleted.

tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/autotests/TestResultFilter.java

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)