* test-elmo-localdir.el
authorteranisi <teranisi>
Wed, 5 May 2004 11:46:59 +0000 (11:46 +0000)
committerteranisi <teranisi>
Wed, 5 May 2004 11:46:59 +0000 (11:46 +0000)
(test-elmo-folder-expand-msgdb-path-4): Remove.

* test-utf7.el (toplevel): Setup utf-translate-cjk-mode or
require 'un-define if available.

tests/ChangeLog
tests/test-elmo-localdir.el
tests/test-utf7.el

index c66b412..4fcaf1d 100644 (file)
@@ -1,3 +1,11 @@
+2004-05-05  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * test-elmo-localdir.el
+       (test-elmo-folder-expand-msgdb-path-4): Remove.
+
+       * test-utf7.el (toplevel): Setup utf-translate-cjk-mode or
+       require 'un-define if available.
+
 2004-02-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
        * test-rfc2368.el: New file.
index a980d6b..b3eb877 100644 (file)
     (string=
      (elmo-folder-expand-msgdb-path (wl-folder-get-elmo-folder "+/inbox"))
      (elmo-folder-expand-msgdb-path (wl-folder-get-elmo-folder "+inbox"))))))
-
-(luna-define-method test-elmo-folder-expand-msgdb-path-4 ((case test-elmo-localdir))
-  (lunit-assert
-   (string=
-    (expand-file-name "localdir/inbox" elmo-msgdb-directory)
-    (elmo-folder-expand-msgdb-path
-     (wl-folder-get-elmo-folder
-      (concat "+" elmo-localdir-folder-path "/inbox"))))))
index 6bc2364..8f5bcc1 100644 (file)
@@ -1,6 +1,12 @@
 (require 'lunit)
 (require 'utf7)
 
+;; Emacs 21.3.50 or later
+(if (boundp 'utf-translate-cjk-mode)
+    (utf-translate-cjk-mode)
+  ;; Use Mule-UCS if installed
+  (ignore-errors (require 'un-define)))
+
 (luna-define-class test-utf7 (lunit-test-case))
 
 (luna-define-method test-utf7-encode-string ((case test-utf7))