Skip to content
Permalink
Browse files
Fixed spelling mistake in Ajax tests.
  • Loading branch information
jeresig committed Jul 14, 2009
1 parent c3c9482 commit ad5ba1a
Showing 1 changed file with 2 additions and 2 deletions.
@@ -923,8 +923,8 @@ test("jQuery.ajax - Etag support", function() {
ifModified: true,
success: function(data, status) {
if ( data === "FAIL" ) {
ok(true, "Opera is incapable of doing .setRequestHeader('If-None-Matches').");
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-Match').");
} else {
equals(status, "notmodified");
ok(data == null, "response body should be empty")

0 comments on commit ad5ba1a

Please sign in to comment.