Fix for http://dev.jquery.com/ticket/6451
[jquery.git] / test / unit / ajax.js
index be4b3f0..fe44ba3 100644 (file)
@@ -1225,6 +1225,12 @@ test("jQuery.ajax - Etag support", function() {
        });
 });
 
+
+test("jQuery.ajax - active counter", function() {
+    ok( jQuery.ajax.active == 0, "ajax active counter should be zero: " + jQuery.ajax.active );
+});
+
+
 }
 
 //}