From be1f571598a7d12a70d8191f8610feab9223a804 Mon Sep 17 00:00:00 2001 From: kaoru Date: Mon, 6 Jan 2003 17:30:57 +0000 Subject: [PATCH] * test-dist.el (test-wl-demo-copyright-notice): Check always. --- tests/ChangeLog | 4 ++++ tests/test-dist.el | 11 +++++------ 2 files changed, 9 insertions(+), 6 deletions(-) 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))) -- 1.7.10.4