This commit was manufactured by cvs2svn to create branch 'elmo-imap4-new-
[elisp/wanderlust.git] / tests / test-elmo-localdir.el
index a980d6b..27a5aa7 100644 (file)
@@ -1,3 +1,4 @@
+;; -*- lexical-binding: t -*-
 (require 'lunit)
 (require 'elmo-localdir)
 
     (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"))))))