* test-dist.el (test-wl-demo-copyright-notice): Check always.
authorkaoru <kaoru>
Mon, 6 Jan 2003 17:30:57 +0000 (17:30 +0000)
committerkaoru <kaoru>
Mon, 6 Jan 2003 17:30:57 +0000 (17:30 +0000)
tests/ChangeLog
tests/test-dist.el

index e479f1d..bd2a9b8 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * test-dist.el (test-wl-demo-copyright-notice): Check always.
+
 2002-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
        * test-dist.el (test-version-toplevel-changelog): Fixed regexp.
index d2c82f8..4a00833 100644 (file)
             (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)))