Fixed spelling mistake in Ajax tests.
This commit is contained in:
parent
c3c94823f2
commit
ad5ba1a72e
|
@ -923,8 +923,8 @@ test("jQuery.ajax - Etag support", function() {
|
||||||
ifModified: true,
|
ifModified: true,
|
||||||
success: function(data, status) {
|
success: function(data, status) {
|
||||||
if ( data === "FAIL" ) {
|
if ( data === "FAIL" ) {
|
||||||
ok(true, "Opera is incapable of doing .setRequestHeader('If-None-Matches').");
|
ok(true, "Opera is incapable of doing .setRequestHeader('If-None-Match').");
|
||||||
ok(true, "Opera is incapable of doing .setRequestHeader('If-None-Matches').");
|
ok(true, "Opera is incapable of doing .setRequestHeader('If-None-Match').");
|
||||||
} else {
|
} else {
|
||||||
equals(status, "notmodified");
|
equals(status, "notmodified");
|
||||||
ok(data == null, "response body should be empty")
|
ok(data == null, "response body should be empty")
|
||||||
|
|
Loading…
Reference in a new issue