});
test("jQuery.ajaxSetup({timeout: Number}) - with global timeout", function() {
+ expect( 1 );
+
stop();
var passed = 0;
});
test("jQuery.ajaxSetup({timeout: Number}) with localtimeout", function() {
+ expect( 1 );
+
stop();
jQuery.ajaxSetup({timeout: 50});
*/
test("data option: evaluate function values (#2806)", function() {
+ expect( 1 );
+
stop();
jQuery.ajax({
url: "data/echoQuery.php",
});
test("data option: empty bodies for non-GET requests", function() {
+ expect( 1 );
+
stop();
jQuery.ajax({
url: "data/echoData.php",
});
test("jQuery ajax - atom+xml", function() {
+ expect( 1 );
stop();
});
test("jQuery.ajax - active counter", function() {
+ expect( 1 );
+
ok( jQuery.active === 0, "ajax active counter should be zero: " + jQuery.active );
});