mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 03:08:07 -05:00
Moves active counter test after all other ajax tests where it should be.
This commit is contained in:
@@ -1857,10 +1857,6 @@ test("jQuery ajax - atom+xml", function() {
|
||||
|
||||
});
|
||||
|
||||
test("jQuery.ajax - active counter", function() {
|
||||
ok( jQuery.active == 0, "ajax active counter should be zero: " + jQuery.active );
|
||||
});
|
||||
|
||||
test( "jQuery.ajax - Location object as url (#7531)", 1, function () {
|
||||
var success = false;
|
||||
try {
|
||||
@@ -1942,6 +1938,10 @@ test( "jQuery.ajax - statusCode" , function() {
|
||||
|
||||
});
|
||||
|
||||
test("jQuery.ajax - active counter", function() {
|
||||
ok( jQuery.active == 0, "ajax active counter should be zero: " + jQuery.active );
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
//}
|
||||
Reference in New Issue
Block a user