Bug 842511 - Fix xpcshell bustage; r=me

This commit is contained in:
Tim Taubert 2013-02-22 21:17:44 +01:00
parent b961fe94c2
commit 44139238e8

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