]> 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:56:29 +0000 (11:56 -0400)
Ref 01c360f96390ff16edfe65ef3b34e167087ef645

(cherry picked from commit 36806891657b0a3b7c4a12d9698f2ebf552fd712)

test/unit/ajax.js

index d39b86a0f7c81d93d218f1f1a14eb24ab4f4e1d6..ba11c90ee45618fe6a183967da255c117f01ce69 100644 (file)
@@ -1773,7 +1773,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 );
                        },