From: Manni H. <man...@us...> - 2008-03-05 07:46:26
|
Update of /cvsroot/popfile/engine/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1814/tests Modified Files: Tag: b0_22_2 TestBayes.tst Log Message: Always do the tests FIRST! Index: TestBayes.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestBayes.tst,v retrieving revision 1.56.6.3 retrieving revision 1.56.6.4 diff -C2 -d -r1.56.6.3 -r1.56.6.4 *** TestBayes.tst 4 Mar 2008 13:23:29 -0000 1.56.6.3 --- TestBayes.tst 5 Mar 2008 07:46:28 -0000 1.56.6.4 *************** *** 200,203 **** --- 200,205 ---- test_assert_equal( scalar @{$sth->fetchall_arrayref}, 2 ); + test_assert_equal( $b->db_quote("foo\x00bar" ), "'foobar'" ); + # get_unique_word_count |