Bug 685945 - fixxor after skipping a qref. a=bustage

This commit is contained in:
Richard Newman 2011-10-06 12:40:23 -07:00
Родитель f87b875337
Коммит d01e8f2176
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -196,7 +196,7 @@ function run_test() {
do_check_true(didThrow);
do_check_eq(debugMessages.length, 1);
do_check_eq(debugMessages[0],
"Parse fail: Response body starts: \"This path exists\".");
"Parse fail: Response body starts: \"\"This path exists\"\".");
logger.debug = dbg;
_("Test that the BasicAuthenticator doesn't screw up header case.");

Просмотреть файл

@ -209,7 +209,7 @@ add_test(function test_get() {
do_check_true(didThrow);
do_check_eq(debugMessages.length, 1);
do_check_eq(debugMessages[0],
"Parse fail: Response body starts: \"This path exists\".");
"Parse fail: Response body starts: \"\"This path exists\"\".");
logger.debug = dbg;
run_next_test();