Closed
Bug 588533
Opened 14 years ago
Closed 14 years ago
Fix failing test for response body on Linux
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 4.0b7
People
(Reporter: julian.viereck, Assigned: julian.viereck)
References
Details
(Whiteboard: [kd4b7])
Attachments
(1 file)
(deleted),
patch
|
ddahl
:
review+
|
Details | Diff | Splinter Review |
Bug 568634 adds a set of unit tests for testing network logging on linux. One of the tests fails all the time. The test is checking the response body of the loaded page to match the expectations. I tried to understand why this test is failing but couldn't come up with a solution. Therefore I open this bug to not block bug 568634 from getting going.
Updated•14 years ago
|
Assignee: nobody → jviereck
Whiteboard: [kd4b5]
Updated•14 years ago
|
Whiteboard: [kd4b5] → [kd4b7]
Assignee | ||
Comment 1•14 years ago
|
||
I've made a test run on the try server if this bug still exists (http://hg.mozilla.org/try/rev/1dc229410624) - the answer is no. Before bug 568634 was committed some things got changed in the way the response body is stored on the httpActivity object. I guess this fixed this bug that occurred with an older version of the patches for bug 568634.
This patch makes sure that all networking unit tests introduced in bug 568634 are run on linux as well.
Attachment #470861 -
Flags: review?(ddahl)
Updated•14 years ago
|
Attachment #470861 -
Flags: review?(ddahl) → review+
Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Comment 2•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 4.0b6
Updated•14 years ago
|
Keywords: checkin-needed
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•