From 67048f924a07974bb03c6160feeb3fafd9411590 Mon Sep 17 00:00:00 2001 From: hmurata Date: Sun, 30 Nov 2003 05:08:50 +0000 Subject: [PATCH] (test-spamfilter): Check `spamf-corpus-name'. --- tests/ChangeLog | 4 ++++ tests/check-modules.el | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/tests/ChangeLog b/tests/ChangeLog index 5b1e026..269f610 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2003-11-30 Hiroya Murata + + * check-modules.el (test-spamfilter): Check `spamf-corpus-name'. + 2003-07-31 Yoichi NAKAYAMA * check-modules.el (test-shimbun): Check `shimbun-server'. diff --git a/tests/check-modules.el b/tests/check-modules.el index 9f4104d..8595c71 100644 --- a/tests/check-modules.el +++ b/tests/check-modules.el @@ -148,3 +148,9 @@ (when (locate-library "shimbun") (require 'shimbun) (lunit-assert (fboundp 'shimbun-server)))) + +;; spamfilter.el >= 0.10 +(luna-define-method test-spamfilter ((case check-modules)) + (when (locate-library "spamfilter") + (require 'spamfilter) + (lunit-assert (fboundp 'spamf-corpus-name)))) -- 1.7.10.4