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
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -131,8 +131,6 @@ public class Test_org_eclipse_swt_browser_Browser extends Test_org_eclipse_swt_w
131
131
Browserbrowser;
132
132
booleanisEdge = false;
133
133
134
-
staticint[] webkitGtkVersionInts = newint[3];
135
-
136
134
/** Accumiliate logs, print only if test case fails. Cleared for each test case. */
137
135
StringBuildertestLog;
138
136
privatevoidtestLogAppend(Stringmsg) {
@@ -438,9 +436,6 @@ public void test_evalute_Cookies () {
438
436
439
437
@Test
440
438
publicvoidtest_ClearAllSessionCookies () {
441
-
// clearSessions will only work for Webkit2 when >= 2.16
0 commit comments