Skip to content

Commit 9bd1044

Browse files
committed
Open shell in browser tests
1 parent f05e8b5 commit 9bd1044

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ public void setUp() {
204204
}
205205
shell.setText(shellTitle);
206206
setWidget(browser); // For browser to occupy the whole shell, not just half of it.
207+
shell.open();
207208

208209
testLog = new StringBuilder("\nTest log:\n");
209210
if (SwtTestUtil.isGTK) {

0 commit comments

Comments
 (0)