X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=test%2Funit%2Fajax.js;h=cf7c0ad0b64c00098fb02654ee568b5d5bf51759;hb=2c77704b145a24ad39648740466ed015fd4163dc;hp=57e65124d9a59bb56be4921bd2bc2d7f8202c825;hpb=03bad0a9600f05e61a1464c55354d26fcd8f97a4;p=jquery.git diff --git a/test/unit/ajax.js b/test/unit/ajax.js index 57e6512..cf7c0ad 100644 --- a/test/unit/ajax.js +++ b/test/unit/ajax.js @@ -524,22 +524,7 @@ test("jQuery ajax - cross-domain detection", function() { }); -test(".ajax() - 304", function() { - expect( 1 ); - stop(); - - jQuery.ajax({ - url: url("data/notmodified.php"), - success: function(){ ok(true, "304 ok"); }, - // Do this because opera simply refuses to implement 304 handling :( - // A feature-driven way of detecting this would be appreciated - // See: http://gist.github.com/599419 - error: function(){ ok(jQuery.browser.opera, "304 not ok "); }, - complete: function(xhr){ start(); } - }); -}); - -test(".load()) - 404 error callbacks", function() { +test(".load() - 404 error callbacks", function() { expect( 6 ); stop();