redefined `wl-demo-icon-name' as function.
(test-version-status-icon-xbm): Ditto.
+2004-01-11 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
+
+ * test-dist.el (test-version-status-icon-xpm): Follow the
+ redefined `wl-demo-icon-name' as function.
+ (test-version-status-icon-xbm): Ditto.
+
2003-11-30 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
* check-modules.el (test-spamfilter): Check `spamf-corpus-name'.
(require 'wl-demo)
(lunit-assert
(file-exists-p
- (expand-file-name (concat wl-demo-icon-name ".xpm") ICONDIR))))
+ (expand-file-name (concat (wl-demo-icon-name) ".xpm") ICONDIR))))
(luna-define-method test-version-status-icon-xbm ((case test-dist))
(require 'wl-demo)
(lunit-assert
(file-exists-p
- (expand-file-name (concat wl-demo-icon-name ".xbm") ICONDIR))))
+ (expand-file-name (concat (wl-demo-icon-name) ".xbm") ICONDIR))))
;; verstion.texi
(luna-define-method test-texi-version ((case test-dist))