Update of /cvsroot/popfile/engine/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv4123/tests
Modified Files:
TestBayes.tst
Log Message:
Default the unclassified_weight to 100 not 10, update test suite
Index: TestBayes.tst
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestBayes.tst,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** TestBayes.tst 28 Oct 2003 19:39:48 -0000 1.33
--- TestBayes.tst 30 Oct 2003 14:57:12 -0000 1.34
***************
*** 72,76 ****
# Test the unclassifier_probability parameter
! test_assert_equal( $b->{unclassified__}, log(10) );
$b->config_( 'unclassified_weight', 9 );
test_assert( $b->start() );
--- 72,76 ----
# Test the unclassifier_probability parameter
! test_assert_equal( $b->{unclassified__}, log(100) );
$b->config_( 'unclassified_weight', 9 );
test_assert( $b->start() );
|