|
From: <jgr...@us...> - 2003-09-30 00:06:49
|
Update of /cvsroot/popfile/engine/tests In directory sc8-pr-cvs1:/tmp/cvs-serv20661/tests Modified Files: TestBayes.tst Log Message: Bring Bayes test suite up to date with recent changes to POPFile Index: TestBayes.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestBayes.tst,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** TestBayes.tst 15 Sep 2003 14:55:37 -0000 1.28 --- TestBayes.tst 30 Sep 2003 00:06:35 -0000 1.29 *************** *** 61,72 **** $b->logger( $l ); $b->initialize(); # Hide the upgrading messages - open STDOUT, ">temp.tmp"; test_assert( $b->start() ); - close STDOUT; - unlink 'temp.tmp'; # Test the unclassifier_probability parameter --- 61,71 ---- $b->logger( $l ); + $b->module_config_( 'html', 'language', 'English' ); + $b->initialize(); # Hide the upgrading messages test_assert( $b->start() ); # Test the unclassifier_probability parameter |