[tbb-commits] [tor-browser] 09/36: Bug 1791519 - use really non-resolving domain for bug529119 tests. r=MasterWayZ a=test-only DONTBUILD

gitolite role git at cupani.torproject.org
Thu Oct 13 07:50:57 UTC 2022


This is an automated email from the git hooks/post-receive script.

pierov pushed a commit to annotated tag FIREFOX_102_4_0esr_BUILD1
in repository tor-browser.

commit b3ec8115892aa68391568026451dc760b5fe142d
Author: Andreea Pavel <apavel at mozilla.com>
AuthorDate: Tue Sep 20 19:32:03 2022 +0000

    Bug 1791519 - use really non-resolving domain for bug529119 tests. r=MasterWayZ a=test-only DONTBUILD
    
    Differential Revision: https://phabricator.services.mozilla.com/D157744
---
 docshell/test/mochitest/test_bug529119-1.html | 2 +-
 docshell/test/mochitest/test_bug529119-2.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docshell/test/mochitest/test_bug529119-1.html b/docshell/test/mochitest/test_bug529119-1.html
index acddf9a5be60..1c89780fc702 100644
--- a/docshell/test/mochitest/test_bug529119-1.html
+++ b/docshell/test/mochitest/test_bug529119-1.html
@@ -11,7 +11,7 @@ SimpleTest.waitForExplicitFinish();
 SimpleTest.requestFlakyTimeout("untriaged");
 
 var workingURL = "http://mochi.test:8888/tests/docshell/test/mochitest/bug529119-window.html";
-var faultyURL = "https://www.some-nonexistent-domain-27489274c892748217cn2384.com/";
+var faultyURL = "https://www.some-nonexistent-domain-27489274c892748217cn2384.test/";
 
 var w = null;
 var phase = 0;
diff --git a/docshell/test/mochitest/test_bug529119-2.html b/docshell/test/mochitest/test_bug529119-2.html
index 0db278ce6375..840a69bb75bf 100644
--- a/docshell/test/mochitest/test_bug529119-2.html
+++ b/docshell/test/mochitest/test_bug529119-2.html
@@ -11,7 +11,7 @@ SimpleTest.waitForExplicitFinish();
 SimpleTest.requestFlakyTimeout("untriaged");
 
 var workingURL = "http://mochi.test:8888/tests/docshell/test/mochitest/bug529119-window.html";
-var faultyURL = "http://some-nonexistent-domain-27489274c892748217cn2384.com/";
+var faultyURL = "http://some-nonexistent-domain-27489274c892748217cn2384.test/";
 
 var w = null;
 var phase = 0;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tbb-commits mailing list