]> source.dussan.org Git - jquery.git/commitdiff
Tests: Use standard external domain name
authorRichard Gibson <richard.gibson@gmail.com>
Fri, 23 Oct 2015 15:55:52 +0000 (11:55 -0400)
committerRichard Gibson <richard.gibson@gmail.com>
Fri, 23 Oct 2015 15:55:52 +0000 (11:55 -0400)
Ref 01c360f96390ff16edfe65ef3b34e167087ef645

test/unit/ajax.js

index 1c5b0b0a7e275f2a3d2006b64ba86ac9be0a0524..6a9a587c15bba599882e6e0d04575e3f4e39c7cb 100644 (file)
@@ -1609,7 +1609,7 @@ QUnit.module( "ajax", {
                                assert.strictEqual( status, "error", "proper status" );
                        }
                }, {
-                       url: "http://domain.org:80d",
+                       url: "http://" + externalHost + ":80q",
                        done: function( data ) {
                                assert.ok( false, "done: " + data );
                        },