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
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -736,13 +736,16 @@ public void changed(LocationEvent event) {
assertTrue("Change of locations do not fire in order.", locations.get(0).equals("about:blank") && locations.get(1).contains("testWebsiteWithTitle.html"));
748
+
assertTrue("Change of locations do not fire in order: " + locations.toString(), locations.get(0).equals("about:blank") && locations.get(1).contains("testWebsiteWithTitle.html"));
746
749
}
747
750
748
751
privateStringgetValidUrl() {
@@ -1942,6 +1945,7 @@ public void test_evaluate_null() {
1942
1945
// Boolen only used as dummy placeholder so the object is not null.
0 commit comments