Bug 627616. (AAv1) Add missing text to is() calls. r=honzab.
This commit is contained in:
@@ -49,8 +49,8 @@
|
||||
"realm=mochirealm&" +
|
||||
extra || "");
|
||||
xhr.onloadend = function() {
|
||||
is(xhr.status, expectedStatus);
|
||||
is(xhr.statusText, expectedText);
|
||||
is(xhr.status, expectedStatus, "xhr.status");
|
||||
is(xhr.statusText, expectedText, "xhr.statusText");
|
||||
runNextTest();
|
||||
}
|
||||
return xhr;
|
||||
|
||||
Reference in New Issue
Block a user