From ca4cfde31484a6fb327445c91b52283576ef27c6 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 21 Jan 2014 09:32:06 +0100 Subject: [PATCH] * automated/comint-testsuite.el (comint-testsuite-password-strings): Add localized examples. --- test/ChangeLog | 5 +++++ 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 @@ +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 () -- 2.11.4.GIT