--- trunk/t/swish.t 2004/12/05 00:59:50 9 +++ trunk/t/swish.t 2004/12/05 12:48:00 10 @@ -13,12 +13,12 @@ my $i; -throws_ok { SWISH::PlusPlus->open() } qr/index_dir/, "need index_dir"; +throws_ok { SWISH::PlusPlus->new() } qr/index_dir/, "need index_dir"; ## FIXME my $index = '/tmp/swish-pp'; -$i = SWISH::PlusPlus->open( +$i = SWISH::PlusPlus->new( index_dir => $index, debug => 0, meta_in_body => 1,