From: kaoru Date: Mon, 6 Jan 2003 17:33:24 +0000 (+0000) Subject: * test-dist.el (test-wl-demo-copyright-notice): Check always. X-Git-Tag: wl-2_10_1pre~66 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7d1a8364125c3073ef02d8cfc48a5de567e881a6;p=elisp%2Fwanderlust.git * test-dist.el (test-wl-demo-copyright-notice): Check always. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index e479f1d..bd2a9b8 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2003-01-06 TAKAHASHI Kaoru + + * test-dist.el (test-wl-demo-copyright-notice): Check always. + 2002-12-11 TAKAHASHI Kaoru * test-dist.el (test-version-toplevel-changelog): Fixed regexp. diff --git a/tests/test-dist.el b/tests/test-dist.el index d2c82f8..4a00833 100644 --- a/tests/test-dist.el +++ b/tests/test-dist.el @@ -155,11 +155,10 @@ (nth 1 (product-version (product-find 'wl-version))))))) '("README" "README.ja")))) -;; copyright notice (beta only) +;; copyright notice (luna-define-method test-wl-demo-copyright-notice ((case test-dist)) (require 'wl-demo) - (when (string= (wl-version-status) "beta") - (lunit-assert - (string-match - (format-time-string "%Y" (current-time)) - wl-demo-copyright-notice)))) + (lunit-assert + (string-match + (format-time-string "%Y" (current-time)) + wl-demo-copyright-notice)))