summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/ChangeLog5
-rw-r--r--test/automated/comint-testsuite.el6
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 @@
+2014-01-21 Michael Albinus <michael.albinus@gmx.de>
+
+ * automated/comint-testsuite.el
+ (comint-testsuite-password-strings): Add localized examples.
+
2014-01-17 Michael Albinus <michael.albinus@gmx.de>
* 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 @@
(require 'ert)
(defvar comint-testsuite-password-strings
- '("foo@example.net's password: " ;ssh
+ '("foo@example.net's password: " ; ssh
"Password for foo@example.org: " ; kinit
"Please enter the password for foo@example.org: " ; kinit
"Kerberos password for devnull/root <at> GNU.ORG: " ; ksu
@@ -37,7 +37,9 @@
"Passphrase for key root@GNU.ORG: " ; plink
"[sudo] password for user:" ; Ubuntu sudo
"Password (again):"
- "Enter password:")
+ "Enter password:"
+ "Mot de Passe:" ; localized
+ "Passwort:") ; localized
"List of strings that should match `comint-password-prompt-regexp'.")
(ert-deftest comint-test-password-regexp ()