X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=tests%2Fautomated%2Fmule-tests.el;h=eb2317c44868ba29604904764bceba2a55eff691;hb=2fd9701a4f902054649dde9143a3f77809afee8f;hp=b73163c953ac37142f70d2d5209fc7613623673d;hpb=efab7bccd7d7da13ff3979d2890a417a048ec960;p=chise%2Fxemacs-chise.git- diff --git a/tests/automated/mule-tests.el b/tests/automated/mule-tests.el index b73163c..eb2317c 100644 --- a/tests/automated/mule-tests.el +++ b/tests/automated/mule-tests.el @@ -299,6 +299,7 @@ the Assert macro checks for correctness." (file-name-coding-system 'iso-8859-2)) ;; This is how you suppress output from `message', called by `write-region' (flet ((append-message (&rest args) ())) + (Assert (not (equal name1 name2))) (Assert (not (file-exists-p name1))) (write-region (point-min) (point-max) name1) (Assert (file-exists-p name1))