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