mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-15 06:20:41 +00:00
Bug 842511 - Fix xpcshell bustage; r=me
This commit is contained in:
parent
46c4acc68d
commit
281c5ad004
@ -264,7 +264,7 @@ test = new Test("http://localhost:4444/",
|
||||
tests.push(test);
|
||||
function start(ch)
|
||||
{
|
||||
do_check_eq(ch.getResponseHeader("Content-Type"), "text/html");
|
||||
do_check_eq(ch.getResponseHeader("Content-Type"), "text/html;charset=utf-8");
|
||||
}
|
||||
function stopRootDirectory(ch, cx, status, data)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user