Skip to content

Commit 0a70451

Browse files
committed
Remove unused SessionCreateTest and SessionRestoreTest
The two tests have been commented out in the test.xml around 20 years ago and do not seem to have been used since then. This change removes the test classes and the commented out configuration in the text.xml.
1 parent c455022 commit 0a70451

File tree

4 files changed

+0
-351
lines changed

4 files changed

+0
-351
lines changed

tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/DeprecatedSessionRestoreTest.java

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

tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/SessionCreateTest.java

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

tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/SessionRestoreTest.java

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

tests/org.eclipse.ui.tests/test.xml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,6 @@
2222

2323
<!-- This target defines the tests that need to be run. -->
2424
<target name="suite">
25-
<!-- Commented out until source of problem found (not reusing same workspace dir)
26-
<property name="session-folder"
27-
value="${eclipse-home}/ui_session_sniff_folder"/>
28-
<delete dir="${session-folder}" quiet="true"/>
29-
<ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
30-
<property name="data-dir" value="${session-folder}"/>
31-
<property name="plugin-name" value="${plugin-name}"/>
32-
<property name="classname"
33-
value="org.eclipse.ui.tests.api.SessionCreateTest"/>
34-
35-
</ant>
36-
37-
<ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
38-
<property name="data-dir" value="${session-folder}"/>
39-
<property name="plugin-name" value="${plugin-name}"/>
40-
<property name="classname"
41-
value="org.eclipse.ui.tests.api.SessionRestoreTest"/>
42-
</ant>
43-
-->
44-
4525
<property name="sniff-folder"
4626
value="${eclipse-home}/ui_sniff_folder"/>
4727
<delete dir="${sniff-folder}" quiet="true"/>
@@ -53,16 +33,6 @@
5333

5434
</ant>
5535

56-
<property name="parts-data-folder"
57-
value="${eclipse-home}/parts_data_folder"/>
58-
<delete dir="${parts-data-folder}" quiet="true"/>
59-
<!--ant target="core-test" antfile="${library-file}" dir="${eclipse-home}">
60-
<property name="data-dir" value="${parts-data-folder}"/>
61-
<property name="plugin-name" value="${plugin-name}"/>
62-
<property name="classname"
63-
value="org.eclipse.ui.parts.tests.PartsReferencesTestSuite"/>
64-
</ant-->
65-
6636
<property name="session-data-folder"
6737
value="${eclipse-home}/session_data_folder"/>
6838
<delete dir="${session-data-folder}" quiet="true"/>

0 commit comments

Comments
 (0)