You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_CCombo.java
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ public void test_ConstructorLorg_eclipse_swt_widgets_CompositeI() {
Copy file name to clipboardExpand all lines: tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Text.java
+15-4Lines changed: 15 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ public class Test_org_eclipse_swt_widgets_Text extends Test_org_eclipse_swt_widg
50
50
publicvoidsetUp() {
51
51
super.setUp();
52
52
shell.pack();
53
-
shell.open();
53
+
SwtTestUtil.openShell(shell);
54
54
makeCleanEnvironment(false); // use multi-line by default
55
55
}
56
56
@@ -932,7 +932,7 @@ public void test_isVisible() {
0 commit comments