From 96b00a493522fd3995f0752803da2c13bbf21755 Mon Sep 17 00:00:00 2001 From: jaubourg Date: Wed, 19 Jan 2011 18:44:21 +0100 Subject: [PATCH] Moves active counter test after all other ajax tests where it should be. --- test/unit/ajax.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/unit/ajax.js b/test/unit/ajax.js index 3f672ae..52b0597 100644 --- a/test/unit/ajax.js +++ b/test/unit/ajax.js @@ -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 ); +}); + } //} \ No newline at end of file -- 1.7.10.4