diff options
| author | Michael Albinus | 2014-01-21 09:32:06 +0100 |
|---|---|---|
| committer | Michael Albinus | 2014-01-21 09:32:06 +0100 |
| commit | ca4cfde31484a6fb327445c91b52283576ef27c6 (patch) | |
| tree | 4b2e6378f1fb47be07bf3b84e1247b5cb37bf5ba | |
| parent | 4ff0a0e5c0577012864a5f3544124c41c86336b1 (diff) | |
| download | emacs-ca4cfde31484a6fb327445c91b52283576ef27c6.tar.gz emacs-ca4cfde31484a6fb327445c91b52283576ef27c6.zip | |
* automated/comint-testsuite.el
(comint-testsuite-password-strings): Add localized examples.
| -rw-r--r-- | test/ChangeLog | 5 | ||||
| -rw-r--r-- | test/automated/comint-testsuite.el | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index fa4d41e2247..e4cabe0032f 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-01-21 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * automated/comint-testsuite.el | ||
| 4 | (comint-testsuite-password-strings): Add localized examples. | ||
| 5 | |||
| 1 | 2014-01-17 Michael Albinus <michael.albinus@gmx.de> | 6 | 2014-01-17 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 7 | ||
| 3 | * automated/inotify-test.el (inotify-file-watch-simple): Skip test | 8 | * automated/inotify-test.el (inotify-file-watch-simple): Skip test |
diff --git a/test/automated/comint-testsuite.el b/test/automated/comint-testsuite.el index fa8cf170d35..b2e82b20519 100644 --- a/test/automated/comint-testsuite.el +++ b/test/automated/comint-testsuite.el | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | (require 'ert) | 27 | (require 'ert) |
| 28 | 28 | ||
| 29 | (defvar comint-testsuite-password-strings | 29 | (defvar comint-testsuite-password-strings |
| 30 | '("foo@example.net's password: " ;ssh | 30 | '("foo@example.net's password: " ; ssh |
| 31 | "Password for foo@example.org: " ; kinit | 31 | "Password for foo@example.org: " ; kinit |
| 32 | "Please enter the password for foo@example.org: " ; kinit | 32 | "Please enter the password for foo@example.org: " ; kinit |
| 33 | "Kerberos password for devnull/root <at> GNU.ORG: " ; ksu | 33 | "Kerberos password for devnull/root <at> GNU.ORG: " ; ksu |
| @@ -37,7 +37,9 @@ | |||
| 37 | "Passphrase for key root@GNU.ORG: " ; plink | 37 | "Passphrase for key root@GNU.ORG: " ; plink |
| 38 | "[sudo] password for user:" ; Ubuntu sudo | 38 | "[sudo] password for user:" ; Ubuntu sudo |
| 39 | "Password (again):" | 39 | "Password (again):" |
| 40 | "Enter password:") | 40 | "Enter password:" |
| 41 | "Mot de Passe:" ; localized | ||
| 42 | "Passwort:") ; localized | ||
| 41 | "List of strings that should match `comint-password-prompt-regexp'.") | 43 | "List of strings that should match `comint-password-prompt-regexp'.") |
| 42 | 44 | ||
| 43 | (ert-deftest comint-test-password-regexp () | 45 | (ert-deftest comint-test-password-regexp () |