+2004-02-18 TAKAHASHI Kaoru <kaoru@kaisei.org>
+
+ * test-elmo-localdir.el (test-elmo-folder-expand-msgdb-path-4):
+ New testcase.
+ (test-elmo-folder-expand-msgdb-path-2): Change order.
+
2004-01-11 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
* test-dist.el (test-version-status-icon-xpm): Follow the
(luna-define-method test-elmo-folder-expand-msgdb-path-2 ((case test-elmo-localdir))
(lunit-assert
(string=
- (elmo-folder-expand-msgdb-path (wl-folder-get-elmo-folder "+inbox"))
- (expand-file-name "localdir/inbox" elmo-msgdb-directory))))
+ (expand-file-name "localdir/inbox" elmo-msgdb-directory)
+ (elmo-folder-expand-msgdb-path (wl-folder-get-elmo-folder "+inbox")))))
(luna-define-method test-elmo-folder-expand-msgdb-path-3 ((case test-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"))))))