|
From: <jgr...@us...> - 2003-07-26 21:53:49
|
Update of /cvsroot/popfile/engine/tests In directory sc8-pr-cvs1:/tmp/cvs-serv19419/tests Modified Files: TestWordMangle.tst Log Message: Fix breakage of TestWordMangle Index: TestWordMangle.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestWordMangle.tst,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TestWordMangle.tst 13 Jul 2003 02:40:35 -0000 1.2 --- TestWordMangle.tst 26 Jul 2003 21:53:46 -0000 1.3 *************** *** 9,12 **** --- 9,14 ---- use Classifier::WordMangle; + unlink 'stopwords'; + my $w = new Classifier::WordMangle; |