ok(data == null, "response body should be empty")
}
start();
+ },
+ error: function() {
+ equals(false, "error");
+ start();
}
});
+ },
+ error: function() {
+ equals(false, "error");
+ start();
}
});
});
ok(data == null, "response body should be empty")
}
start();
+ },
+ error: function() {
+ equals(false, "error");
+ start();
}
});
+ },
+ error: function() {
+ equals(false, "error");
+ start();
}
});
});
-
test("jQuery.ajax - active counter", function() {
ok( jQuery.ajax.active == 0, "ajax active counter should be zero: " + jQuery.ajax.active );
});