Closed
Bug 1183329
Opened 10 years ago
Closed 10 years ago
Session is restored when running tests
Categories
(Firefox for iOS :: Build & Test, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bnicholson, Assigned: bnicholson)
Details
(Keywords: regression)
Attachments
(1 file)
We want a clean state for every test run, meaning we don't want to do any session restore. Looks like this regressed somewhere.
Assignee | ||
Comment 1•10 years ago
|
||
We used to override the "should restore" logic in TestAppDelegate, but it looks like that got lost when FXCrashDetector landed. We have an IsTestRunning boolean in AppConstants, so we can just use that directly.
Comment 2•10 years ago
|
||
Comment on attachment 8633039 [details] [review]
Link to Github pull-request: https://github.com/mozilla/firefox-ios/pull/723
Looks good
Attachment #8633039 -
Flags: review?(sleroux) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•