Backed out changeset 96d8ca0dd540 (bug 842511)

This commit is contained in:
Tim Taubert 2013-02-22 22:23:25 +01:00
parent 44139238e8
commit 4a2b4cda74

View File

@ -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;charset=utf-8");
do_check_eq(ch.getResponseHeader("Content-Type"), "text/html");
}
function stopRootDirectory(ch, cx, status, data)
{