(test-spamfilter): Check `spamf-corpus-name'.
authorhmurata <hmurata>
Sun, 30 Nov 2003 05:08:50 +0000 (05:08 +0000)
committerhmurata <hmurata>
Sun, 30 Nov 2003 05:08:50 +0000 (05:08 +0000)
tests/ChangeLog
tests/check-modules.el

index 5b1e026..269f610 100644 (file)
@@ -1,3 +1,7 @@
+2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * check-modules.el (test-spamfilter): Check `spamf-corpus-name'.
+
 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
 
        * check-modules.el (test-shimbun): Check `shimbun-server'.
index 9f4104d..8595c71 100644 (file)
   (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))))