Makes test message more meaningful.

This commit is contained in:
jaubourg
2012-05-02 02:15:09 +02:00
parent 95291b44e6
commit ae6b14abaf

View File

@@ -1257,7 +1257,7 @@ test("load(String, String, Function)", function() {
});
});
asyncTest("load() - #10524", 1, function() {
asyncTest("load() - data specified in ajaxSettings is merged in (#10524)", 1, function() {
jQuery.ajaxSetup({
data: { foo: "bar" }
});