Skip to content

Commit f074469

Browse files
MozLandopocmoMickeyMoz
committed
7688: Re-enable GeckoViewFetchTestCases.get200WithCookiePolicy(). r=Amejia481 a=pocmo The GeckoView bug was fixed and the test is now passing again. 7690: GeckoView update (beta) (20200713-140517) r=Amejia481 a=MickeyMoz Co-authored-by: Sebastian Kaspari <[email protected]> Co-authored-by: MickeyMoz <[email protected]>
3 parents fe19f50 + 5ed2f7c + 05fbf64 commit f074469

File tree

2 files changed

+2
-4
lines changed
  • buildSrc/src/main/java
  • components/browser/engine-gecko-nightly/src/androidTest/java/mozilla/components/browser/engine/gecko/fetch/geckoview

2 files changed

+2
-4
lines changed

buildSrc/src/main/java/Gecko.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ internal object GeckoVersions {
1111
/**
1212
* GeckoView Beta Version.
1313
*/
14-
const val beta_version = "79.0.20200709230528"
14+
const val beta_version = "79.0.20200710175519"
1515

1616
/**
1717
* GeckoView Release Version.

components/browser/engine-gecko-nightly/src/androidTest/java/mozilla/components/browser/engine/gecko/fetch/geckoview/GeckoViewFetchTestCases.kt

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
* License, v. 2.0. If a copy of the MPL was not distributed with this
33
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
44

5-
package mozilla.components.lib.fetch.geckoview
5+
package mozilla.components.browser.engine.gecko.fetch.geckoview
66

77
import androidx.test.annotation.UiThreadTest
88
import androidx.test.core.app.ApplicationProvider
99
import androidx.test.filters.MediumTest
1010
import mozilla.components.browser.engine.gecko.fetch.GeckoViewFetchClient
1111
import mozilla.components.concept.fetch.Client
1212
import org.junit.Assert.assertTrue
13-
import org.junit.Ignore
1413
import org.junit.Test
1514

1615
@MediumTest
@@ -110,7 +109,6 @@ class GeckoViewFetchTestCases : mozilla.components.tooling.fetch.tests.FetchTest
110109

111110
@Test
112111
@UiThreadTest
113-
@Ignore("https://bugzilla.mozilla.org/show_bug.cgi?id=1626335")
114112
override fun get200WithCookiePolicy() {
115113
super.get200WithCookiePolicy()
116114
}

0 commit comments

Comments
 (0)