Skip to content

Commit 90faa8e

Browse files
jbamptonakurtakov
authored andcommitted
Remove outdated code comments
1 parent 69f5efc commit 90faa8e

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

runtime/tests/org.eclipse.core.tests.runtime/src/org/eclipse/core/tests/runtime/AutomatedRuntimeTests.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@
2929
AllRuntimeTests.class, //
3030
AllPreferenceTests.class, //
3131
XmlProcessorFactoryTest.class, //
32-
/*
33-
* Intentional the LAST TEST in the list to let
34-
* JobEventTest.testNoTimeoutOccurred() verify the other tests:
35-
*/
3632
AllJobTests.class, //
3733
})
3834
public class AutomatedRuntimeTests {

runtime/tests/org.eclipse.core.tests.runtime/src/org/eclipse/core/tests/runtime/jobs/AllJobTests.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@
4646
Bug_574883Join.class, //
4747
GithubBug_193.class, //
4848
WorkerPoolTest.class, //
49-
/*
50-
* Intentional the LAST TEST in the list to testNoTimeoutOccurred() in the other
51-
* tests:
52-
*/
5349
JobEventTest.class, //
5450
})
5551
public class AllJobTests {

0 commit comments

Comments
 (0)