From: Michael Albinus Date: Tue, 21 Jan 2014 08:32:06 +0000 (+0100) Subject: * automated/comint-testsuite.el X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~314 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ca4cfde31484a6fb327445c91b52283576ef27c6;p=emacs.git * automated/comint-testsuite.el (comint-testsuite-password-strings): Add localized examples. --- 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 + + * automated/comint-testsuite.el + (comint-testsuite-password-strings): Add localized examples. + 2014-01-17 Michael Albinus * 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 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 ()