/[SWISH-PlusPlus]/trunk/t/swish.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/t/swish.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9 by dpavlin, Sun Dec 5 00:59:50 2004 UTC revision 10 by dpavlin, Sun Dec 5 12:48:00 2004 UTC
# Line 13  BEGIN { Line 13  BEGIN {
13    
14  my $i;  my $i;
15    
16  throws_ok { SWISH::PlusPlus->open() } qr/index_dir/, "need index_dir";  throws_ok { SWISH::PlusPlus->new() } qr/index_dir/, "need index_dir";
17    
18  ## FIXME  ## FIXME
19  my $index = '/tmp/swish-pp';  my $index = '/tmp/swish-pp';
20    
21  $i = SWISH::PlusPlus->open(  $i = SWISH::PlusPlus->new(
22          index_dir => $index,          index_dir => $index,
23          debug => 0,          debug => 0,
24          meta_in_body => 1,          meta_in_body => 1,

Legend:
Removed from v.9  
changed lines
  Added in v.10

  ViewVC Help
Powered by ViewVC 1.1.26