Skip to content

Commit 1a2016e

Browse files
EcljpseB0Tjukzi
authored andcommitted
mark Test_org_eclipse_swt_widgets_Control abstract
1 parent 8feeb23 commit 1a2016e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Control.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,14 @@
6262
import org.junit.Test;
6363

6464
/**
65-
* Automated Test Suite for class org.eclipse.swt.widgets.Control
65+
* Base Test for widgets of type org.eclipse.swt.widgets.Control
6666
*
6767
* @see org.eclipse.swt.widgets.Control
6868
*/
69-
public class Test_org_eclipse_swt_widgets_Control extends Test_org_eclipse_swt_widgets_Widget {
69+
abstract class Test_org_eclipse_swt_widgets_Control extends Test_org_eclipse_swt_widgets_Widget {
7070

7171
@Test
72-
public void test_ConstructorLorg_eclipse_swt_widgets_CompositeI() {
73-
// abstract class
74-
}
72+
abstract void test_ConstructorLorg_eclipse_swt_widgets_CompositeI();
7573

7674
@Test
7775
public void test_addControlListenerLorg_eclipse_swt_events_ControlListener() {

0 commit comments

Comments
 (0)