Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge #7688 #7690
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
3 people committed Jul 13, 2020
3 parents fe19f50 + 5ed2f7c + 05fbf64 commit f074469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Gecko.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ internal object GeckoVersions {
/**
* GeckoView Beta Version.
*/
const val beta_version = "79.0.20200709230528"
const val beta_version = "79.0.20200710175519"

/**
* GeckoView Release Version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

package mozilla.components.lib.fetch.geckoview
package mozilla.components.browser.engine.gecko.fetch.geckoview

import androidx.test.annotation.UiThreadTest
import androidx.test.core.app.ApplicationProvider
import androidx.test.filters.MediumTest
import mozilla.components.browser.engine.gecko.fetch.GeckoViewFetchClient
import mozilla.components.concept.fetch.Client
import org.junit.Assert.assertTrue
import org.junit.Ignore
import org.junit.Test

@MediumTest
Expand Down Expand Up @@ -110,7 +109,6 @@ class GeckoViewFetchTestCases : mozilla.components.tooling.fetch.tests.FetchTest

@Test
@UiThreadTest
@Ignore("https://bugzilla.mozilla.org/show_bug.cgi?id=1626335")
override fun get200WithCookiePolicy() {
super.get200WithCookiePolicy()
}
Expand Down

0 comments on commit f074469

Please sign in to comment.