/[Search-TokyoDystopia]/t/10-tci.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 /t/10-tci.t

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

revision 6 by dpavlin, Sun Aug 17 22:37:16 2008 UTC revision 7 by dpavlin, Sun Aug 17 22:54:02 2008 UTC
# Line 5  use strict; Line 5  use strict;
5    
6  use blib;  use blib;
7    
8  use Test::More tests => 8;  use Test::More tests => 9;
9  use Test::Exception;  use Test::Exception;
10  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
11    
# Line 26  ok( $db = Search::TokyoDystopia::new, 'n Line 26  ok( $db = Search::TokyoDystopia::new, 'n
26  is( Search::TokyoDystopia::ecode( $db ), 0, 'ecode' );  is( Search::TokyoDystopia::ecode( $db ), 0, 'ecode' );
27    
28  is( Search::TokyoDystopia::tune( $db, 0, 0, 0, 0  ), 1, 'tune' );  is( Search::TokyoDystopia::tune( $db, 0, 0, 0, 0  ), 1, 'tune' );
29    
30    is( Search::TokyoDystopia::setcache( $db, 0, 0 ), 1, 'setcache' );

Legend:
Removed from v.6  
changed lines
  Added in v.7

  ViewVC Help
Powered by ViewVC 1.1.26