diff tests/automated/mule-tests.el @ 4620:4dc42d1fe684

Make the majority of tests in tests/automated/mule-tests.el work again. tests/ChangeLog addition: 2009-02-17 Aidan Kehoe <kehoea@parhasard.net> * automated/mule-tests.el (featurep): Add a missing parenthesis here, thank you Stephen. Cf. http://mid.gmane.org/871vtzrxey.fsf@xemacs.org .
author Aidan Kehoe <kehoea@parhasard.net>
date Tue, 17 Feb 2009 13:39:25 +0000
parents 2669b1b7e33b
children a9f83990e6bf
line wrap: on
line diff
--- a/tests/automated/mule-tests.el	Tue Feb 17 08:35:13 2009 +0000
+++ b/tests/automated/mule-tests.el	Tue Feb 17 13:39:25 2009 +0000
@@ -455,7 +455,7 @@
                    utf-16-big-endian))
     (Assert (equal (encode-coding-string 
                     (decode-char 'ucs code-point) 'utf-16-le)
-                   utf-16-little-endian))
+                   utf-16-little-endian)))
 
          
   ;;---------------------------------------------------------------