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
Change test_evalute_Cookies to compare against set cookies
Issue
#2804
uncovers some weirdness of the test - set the cookie and verify it's not
set after that, this simply doesn't make sense. Changed to test for the
values being actually set.
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
@@ -410,13 +410,17 @@ public void test_evalute_Cookies () {
410
410
411
411
// Set the cookies
412
412
// document.cookie behaves different from other global vars
0 commit comments