emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116093: * automated/comint-testsuite.el


From: Michael Albinus
Subject: [Emacs-diffs] trunk r116093: * automated/comint-testsuite.el
Date: Tue, 21 Jan 2014 08:32:10 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116093
revision-id: address@hidden
parent: address@hidden
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Tue 2014-01-21 09:32:06 +0100
message:
  * automated/comint-testsuite.el
  (comint-testsuite-password-strings): Add localized examples.
modified:
  test/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-8588
  test/automated/comint-testsuite.el 
cominttestsuite.el-20100611143926-0jayw3wprakwc720-1
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2014-01-17 11:50:15 +0000
+++ b/test/ChangeLog    2014-01-21 08:32:06 +0000
@@ -1,3 +1,8 @@
+2014-01-21  Michael Albinus  <address@hidden>
+
+       * automated/comint-testsuite.el
+       (comint-testsuite-password-strings): Add localized examples.
+
 2014-01-17  Michael Albinus  <address@hidden>
 
        * automated/inotify-test.el (inotify-file-watch-simple): Skip test

=== modified file 'test/automated/comint-testsuite.el'
--- a/test/automated/comint-testsuite.el        2014-01-01 07:43:34 +0000
+++ b/test/automated/comint-testsuite.el        2014-01-21 08:32:06 +0000
@@ -27,7 +27,7 @@
 (require 'ert)
 
 (defvar comint-testsuite-password-strings
-  '("address@hidden's password: " ;ssh
+  '("address@hidden's password: " ; ssh
     "Password for address@hidden: " ; kinit
     "Please enter the password for address@hidden: "   ; kinit
     "Kerberos password for devnull/root <at> GNU.ORG: " ; ksu
@@ -37,7 +37,9 @@
     "Passphrase for key address@hidden: " ; 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 ()


reply via email to

[Prev in Thread] Current Thread [Next in Thread]