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_browser_Browser.java
+2
Original file line number
Diff line number
Diff line change
@@ -204,6 +204,7 @@ public void setUp() {
204
204
}
205
205
shell.setText(shellTitle);
206
206
setWidget(browser); // For browser to occupy the whole shell, not just half of it.
207
+
shell.open();
207
208
208
209
testLog = newStringBuilder("\nTest log:\n");
209
210
if (SwtTestUtil.isGTK) {
@@ -1438,6 +1439,7 @@ public void test_VisibilityWindowListener_eventSize() {
1438
1439
@Override
1439
1440
@Test
1440
1441
publicvoidtest_isVisible() {
1442
+
shell.setVisible(false);
1441
1443
// Note. This test sometimes crashes with webkit1 because shell.setVisible() calls g_main_context_iteration(). See Bug 509411
1442
1444
// To reproduce, try running test suite 20 times in a loop.
0 commit comments