Remove an invalid ajax test and some code that is no longer used by any test.
This commit is contained in:
parent
8f8961de90
commit
08fcde6a59
3 changed files with 1 additions and 22 deletions
|
@ -524,21 +524,6 @@ 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() {
|
||||
expect( 6 );
|
||||
stop();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue