emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115282: Fix decoder-tests test on MS-Windows.


From: Eli Zaretskii
Subject: [Emacs-diffs] trunk r115282: Fix decoder-tests test on MS-Windows.
Date: Fri, 29 Nov 2013 09:36:38 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115282
revision-id: address@hidden
parent: address@hidden
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Fri 2013-11-29 11:35:58 +0200
message:
  Fix decoder-tests test on MS-Windows.
  
   test/automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
   Force Unix EOLs by using 'utf-8-unix', since the default of
   'utf-8' is system-dependent, while the test expects to see Unix
   EOLs.
modified:
  test/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-8588
  test/automated/decoder-tests.el 
decodertests.el-20130523111713-8bd70mdz8ezekunl-1
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2013-11-28 23:50:09 +0000
+++ b/test/ChangeLog    2013-11-29 09:35:58 +0000
@@ -1,3 +1,10 @@
+2013-11-29  Eli Zaretskii  <address@hidden>
+
+       * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
+       Force Unix EOLs by using 'utf-8-unix', since the default of
+       'utf-8' is system-dependent, while the test expects to see Unix
+       EOLs.
+
 2013-11-28  Glenn Morris  <address@hidden>
 
        * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.

=== modified file 'test/automated/decoder-tests.el'
--- a/test/automated/decoder-tests.el   2013-07-08 11:51:42 +0000
+++ b/test/automated/decoder-tests.el   2013-11-29 09:35:58 +0000
@@ -247,7 +247,7 @@
                                           'unix))
            (latin (decoder-tests-gen-file "utf-8.el"
                                           (decoder-tests-file-contents 'latin)
-                                          'utf-8)))
+                                          'utf-8-unix)))
        (should-not (decoder-tests-prefer-utf-8-read
                     ascii 'prefer-utf-8-unix nil))
        (should-not (decoder-tests-prefer-utf-8-read


reply via email to

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