Skip to content

Commit

Permalink
Backed out changeset a52334a7f440 (got bug # wrong)
Browse files Browse the repository at this point in the history
  • Loading branch information
dolske committed Apr 29, 2016
1 parent 62d7ced commit a18a2ad
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions toolkit/components/passwordmgr/test/mochitest/test_prompt.html
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@

// ===== test 500 =====
state = {
msg : "A username and password are being requested by http://example.com. The site says: some realm",
msg : "A username and password are being requested by http://example.com. The site says: \"some realm\"",
title : "Authentication Required",
textValue : "inuser",
passValue : "inpass",
Expand Down Expand Up @@ -949,7 +949,7 @@

// ===== test 501 =====
state = {
msg : "A username and password are being requested by http://example.com. The site says: some realm",
msg : "A username and password are being requested by http://example.com. The site says: \"some realm\"",
title : "Authentication Required",
textValue : "outuser",
passValue : "outpass",
Expand All @@ -975,7 +975,7 @@
// ===== test 502 =====
// test filling in password-only login
state = {
msg : "A username and password are being requested by http://example.com. The site says: http://example.com",
msg : "A username and password are being requested by http://example.com. The site says: \"http://example.com\"",
title : "Authentication Required",
textValue : "",
passValue : "examplepass",
Expand Down Expand Up @@ -1008,7 +1008,7 @@
// test filling in existing login (undetermined from multiple selection)
// user2name/user2pass would also be valid to fill here.
state = {
msg : "A username and password are being requested by http://example2.com. The site says: http://example2.com",
msg : "A username and password are being requested by http://example2.com. The site says: \"http://example2.com\"",
title : "Authentication Required",
textValue : "user1name",
passValue : "user1pass",
Expand Down Expand Up @@ -1041,7 +1041,7 @@
// test filling in existing login (undetermined --> user1)
// user2name/user2pass would also be valid to fill here.
state = {
msg : "A username and password are being requested by http://example2.com. The site says: http://example2.com",
msg : "A username and password are being requested by http://example2.com. The site says: \"http://example2.com\"",
title : "Authentication Required",
textValue : "user1name",
passValue : "user1pass",
Expand Down Expand Up @@ -1077,7 +1077,7 @@
// test filling in existing login (undetermined --> user2)
// user2name/user2pass would also be valid to fill here.
state = {
msg : "A username and password are being requested by http://example2.com. The site says: http://example2.com",
msg : "A username and password are being requested by http://example2.com. The site says: \"http://example2.com\"",
title : "Authentication Required",
textValue : "user1name",
passValue : "user1pass",
Expand Down Expand Up @@ -1114,7 +1114,7 @@
// test changing a password (undetermined --> user2 w/ newpass)
// user2name/user2pass would also be valid to fill here.
state = {
msg : "A username and password are being requested by http://example2.com. The site says: http://example2.com",
msg : "A username and password are being requested by http://example2.com. The site says: \"http://example2.com\"",
title : "Authentication Required",
textValue : "user1name",
passValue : "user1pass",
Expand Down Expand Up @@ -1151,7 +1151,7 @@
// test changing a password (undetermined --> user2 w/ origpass)
// user2name/user2pass would also be valid to fill here.
state = {
msg : "A username and password are being requested by http://example2.com. The site says: http://example2.com",
msg : "A username and password are being requested by http://example2.com. The site says: \"http://example2.com\"",
title : "Authentication Required",
textValue : "user1name",
passValue : "user1pass",
Expand Down Expand Up @@ -1187,7 +1187,7 @@
// ===== test 508 =====
// test proxy login (default = no autologin), make sure it prompts.
state = {
msg : "The proxy moz-proxy://127.0.0.1:8888 is requesting a username and password. The site says: Proxy Realm",
msg : "The proxy moz-proxy://127.0.0.1:8888 is requesting a username and password. The site says: \"Proxy Realm\"",
title : "Authentication Required",
textValue : "proxuser",
passValue : "proxpass",
Expand Down Expand Up @@ -1244,7 +1244,7 @@
// ===== test 510 =====
// test proxy login (with autologin), ensure it prompts after a failed auth.
state = {
msg : "The proxy moz-proxy://127.0.0.1:8888 is requesting a username and password. The site says: Proxy Realm",
msg : "The proxy moz-proxy://127.0.0.1:8888 is requesting a username and password. The site says: \"Proxy Realm\"",
title : "Authentication Required",
textValue : "proxuser",
passValue : "proxpass",
Expand Down Expand Up @@ -1309,7 +1309,7 @@

// ===== test 1000 =====
state = {
msg : "A username and password are being requested by http://mochi.test:8888. The site says: mochitest",
msg : "A username and password are being requested by http://mochi.test:8888. The site says: \"mochitest\"",
title : "Authentication Required",
textValue : "mochiuser1",
passValue : "mochipass1",
Expand Down Expand Up @@ -1348,7 +1348,7 @@
checkEchoedAuthInfo({user: "mochiuser1", pass: "mochipass1"});

state = {
msg : "A username and password are being requested by http://mochi.test:8888. The site says: mochitest2",
msg : "A username and password are being requested by http://mochi.test:8888. The site says: \"mochitest2\"",
title : "Authentication Required",
textValue : "mochiuser2",
passValue : "mochipass2",
Expand Down Expand Up @@ -1387,7 +1387,7 @@
// expected password (to trigger an auth prompt, and change-password
// popup notification).
state = {
msg : "A username and password are being requested by http://mochi.test:8888. The site says: mochitest",
msg : "A username and password are being requested by http://mochi.test:8888. The site says: \"mochitest\"",
title : "Authentication Required",
textValue : "mochiuser1",
passValue : "mochipass1",
Expand Down Expand Up @@ -1436,7 +1436,7 @@
// to (but have an existing saved login for, so that we'll trigger
// a change-password popup notification.
state = {
msg : "A username and password are being requested by http://mochi.test:8888. The site says: mochitest3",
msg : "A username and password are being requested by http://mochi.test:8888. The site says: \"mochitest3\"",
title : "Authentication Required",
textValue : "mochiuser3",
passValue : "mochipass3-old",
Expand Down Expand Up @@ -1490,7 +1490,7 @@
ok(true, "authMgr cleared cached auth");

state = {
msg : "A username and password are being requested by http://mochi.test:8888. The site says: mochitest3",
msg : "A username and password are being requested by http://mochi.test:8888. The site says: \"mochitest3\"",
title : "Authentication Required",
textValue : "",
passValue : "",
Expand Down

0 comments on commit a18a2ad

Please sign in to comment.