Bug 1301109 - Follow-up to fix bustage caused by the string change in bug 1277895. r=bustage draft
authorMatthew Noorenberghe <mozilla@noorenberghe.ca>
Mon, 19 Sep 2016 19:23:57 +0800
changeset 415052 f8894ea0467da85456042f808482522bcf49f604
parent 415051 651b30ec6c5c4820559027fbda9bdc15fa504930
child 531534 dfc759e7b23765a408a77f5e8f4d6b6cd292a18f
push id29784
push usermozilla@noorenberghe.ca
push dateMon, 19 Sep 2016 11:26:37 +0000
reviewersbustage
bugs1301109, 1277895
milestone51.0a1
Bug 1301109 - Follow-up to fix bustage caused by the string change in bug 1277895. r=bustage MozReview-Commit-ID: 6X0acYYiLOe
toolkit/components/passwordmgr/test/mochitest/test_prompt_noWindow.html
--- a/toolkit/components/passwordmgr/test/mochitest/test_prompt_noWindow.html
+++ b/toolkit/components/passwordmgr/test/mochitest/test_prompt_noWindow.html
@@ -31,17 +31,17 @@ runInParent(() => {
               createInstance(Ci.nsILoginInfo);
   login.init("http://mochi.test:8888", null, "mochitest",
              "mochiuser1", "mochipass1", "", "");
   Services.logins.addLogin(login);
 });
 
 add_task(function* test_sandbox_xhr() {
   let state = {
-    msg         : "http://mochi.test:8888 is requesting your username and password.\n\nThe site says: “mochitest”",
+    msg         : "http://mochi.test:8888 is requesting your username and password. The site says: “mochitest”",
     title       : "Authentication Required",
     textValue   : "mochiuser1",
     passValue   : "mochipass1",
     iconClass   : "authentication-icon question-icon",
     titleHidden : true,
     textHidden  : false,
     passHidden  : false,
     checkHidden : true,