# HG changeset patch # User Aidan Kehoe # Date 1234877965 0 # Node ID 4dc42d1fe6845c6a072021ade8eb0f326543e17a # Parent 75e7ab37b6c82851c054e51bb9a4cecf86f2d228 Make the majority of tests in tests/automated/mule-tests.el work again. tests/ChangeLog addition: 2009-02-17 Aidan Kehoe * automated/mule-tests.el (featurep): Add a missing parenthesis here, thank you Stephen. Cf. http://mid.gmane.org/871vtzrxey.fsf@xemacs.org . diff -r 75e7ab37b6c8 -r 4dc42d1fe684 tests/ChangeLog --- a/tests/ChangeLog Tue Feb 17 08:35:13 2009 +0000 +++ b/tests/ChangeLog Tue Feb 17 13:39:25 2009 +0000 @@ -1,3 +1,9 @@ +2009-02-17 Aidan Kehoe + + * automated/mule-tests.el (featurep): + Add a missing parenthesis here, thank you + Stephen. Cf. http://mid.gmane.org/871vtzrxey.fsf@xemacs.org . + 2009-02-10 Aidan Kehoe * automated/lisp-tests.el : diff -r 75e7ab37b6c8 -r 4dc42d1fe684 tests/automated/mule-tests.el --- 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))) ;;---------------------------------------------------------------