* automated/comint-testsuite.el
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 21 Jan 2014 08:32:06 +0000 (09:32 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 21 Jan 2014 08:32:06 +0000 (09:32 +0100)
(comint-testsuite-password-strings): Add localized examples.

test/ChangeLog
test/automated/comint-testsuite.el

index fa4d41e..e4cabe0 100644 (file)
@@ -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
index fa8cf17..b2e82b2 100644 (file)
@@ -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 ()