From: <ssc...@us...> - 2003-03-28 23:57:39
|
Update of /cvsroot/popfile/engine/tests In directory sc8-pr-cvs1:/tmp/cvs-serv1608 Modified Files: TestBayes.tst Log Message: Fix bayes tests (2) Index: TestBayes.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestBayes.tst,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** TestBayes.tst 28 Mar 2003 23:18:21 -0000 1.6 --- TestBayes.tst 28 Mar 2003 23:57:34 -0000 1.7 *************** *** 55,66 **** # to be sent through classify_and_modify ! $b->config_( 'msgdir', 'tests/' ); $b->module_config_( 'html', 'port', 8080 ); $b->global_config_( 'xtc', 1 ); $b->global_config_( 'xpl', 1 ); $b->module_config_( 'pop3', 'local', 1 ); ! $b->module_config_( 'subject', 1 ); $b->set_bucket_parameter( 'spam', 'subject', 1 ); - $b->set_bucket_parameter( 'spam', 'quarantine', 0 ); my @modify_tests = sort glob 'tests/TestMailParse*.msg'; --- 55,66 ---- # to be sent through classify_and_modify ! $b->global_config_( 'msgdir', 'tests/' ); $b->module_config_( 'html', 'port', 8080 ); + $b->module_config_( 'html', 'local', 1 ); $b->global_config_( 'xtc', 1 ); $b->global_config_( 'xpl', 1 ); $b->module_config_( 'pop3', 'local', 1 ); ! $b->global_config_( 'subject', 1 ); $b->set_bucket_parameter( 'spam', 'subject', 1 ); my @modify_tests = sort glob 'tests/TestMailParse*.msg'; |