Closed
Bug 1579073
Opened 5 years ago
Closed 5 years ago
geckoview-junit references robocop resources
Categories
(GeckoView :: General, defect, P2)
Tracking
(firefox70 wontfix, firefox71 fixed)
RESOLVED
FIXED
mozilla71
People
(Reporter: gbrown, Assigned: gbrown)
References
Details
Attachments
(1 file)
https://searchfox.org/mozilla-central/source/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/NavigationDelegateTest.kt#245
https://searchfox.org/mozilla-central/source/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/NavigationDelegateTest.kt#250
https://searchfox.org/mozilla-central/source/mobile/android/geckoview/src/androidTest/assets/www/iframe_redirect_automation.html#8
Updated•5 years ago
|
Rank: 20
![]() |
Assignee | |
Comment 1•5 years ago
|
||
The geckoview-junit tests make a few http requests to the server and in doing so
rely on robocop resources. This patch creates a junit-specific location in the test
package and uses those files instead.
Pushed by gbrown@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/272e61829edd
Copy robocop test files required by junit to a junit-specific location; r=agi
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
Comment 4•5 years ago
•
|
||
firefox70=wontfix because we don't need to uplift this test fix.
status-firefox70:
--- → wontfix
You need to log in
before you can comment on or make changes to this bug.
Description
•