mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
parent
0a6e1c4b19
commit
3680689165
@ -1609,7 +1609,7 @@ QUnit.module( "ajax", {
|
|||||||
assert.strictEqual( status, "error", "proper status" );
|
assert.strictEqual( status, "error", "proper status" );
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
url: "http://domain.org:80d",
|
url: "http://" + externalHost + ":80q",
|
||||||
done: function( data ) {
|
done: function( data ) {
|
||||||
assert.ok( false, "done: " + data );
|
assert.ok( false, "done: " + data );
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user