Closed
Bug 757789
Opened 13 years ago
Closed 13 years ago
mutt tests should not touch net
Categories
(Testing Graveyard :: Mozmill, defect)
Testing Graveyard
Mozmill
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: k0scist, Assigned: whimboo)
References
Details
A ton of JS tests are b0rken :( Casually looking, it seems that most
(if not all) are due to the fact that the web has changed since the
time they were written. We should not hit live web as part of testing
our test harness! Instead, we should serve web via mozhttpd, cache
these files, and prevent this breakage.
Assignee | ||
Comment 1•13 years ago
|
||
We already have some local test files:
https://github.com/mozautomation/mozmill/tree/master/mutt/mutt/tests/js/files
So we have to make sure that all remote pages are getting replaced with a local simplified page.
Assignee | ||
Comment 2•13 years ago
|
||
Should be fixed by my upcoming patch for bug 760418. Taking.
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•13 years ago
|
||
This has been fixed by bug 760418. There is no need to replace httpd with mozhttpd.
Updated•9 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•