From afb591b7025f10eb87ddb1d17410a4b3dc4c0cd4 Mon Sep 17 00:00:00 2001 From: yoichi Date: Thu, 31 Jul 2003 00:08:07 +0000 Subject: [PATCH] * check-modules.el (test-shimbun): Check `shimbun-server'. --- tests/ChangeLog | 4 ++++ tests/check-modules.el | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/tests/ChangeLog b/tests/ChangeLog index 6a81000..5b1e026 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2003-07-31 Yoichi NAKAYAMA + + * check-modules.el (test-shimbun): Check `shimbun-server'. + 2003-02-10 TAKAHASHI Kaoru * check-modules.el (test-semi-mime-edit): Check diff --git a/tests/check-modules.el b/tests/check-modules.el index 17898c0..9f4104d 100644 --- a/tests/check-modules.el +++ b/tests/check-modules.el @@ -142,3 +142,9 @@ (luna-define-method test-semi-mime-play ((case check-modules)) (require 'mime-play) (lunit-assert (fboundp 'mime-store-message/partial-piece))) + +;; emacs-w3m >= 1.3.4 +(luna-define-method test-shimbun ((case check-modules)) + (when (locate-library "shimbun") + (require 'shimbun) + (lunit-assert (fboundp 'shimbun-server)))) -- 1.7.10.4