/[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 7 by dpavlin, Sun Aug 17 22:54:02 2008 UTC revision 9 by dpavlin, Sun Aug 17 22:58:23 2008 UTC
# Line 5  use strict; Line 5  use strict;
5    
6  use blib;  use blib;
7    
8  use Test::More tests => 9;  use Test::More tests => 10;
9  use Test::Exception;  use Test::Exception;
10  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
11    
# Line 28  is( Search::TokyoDystopia::ecode( $db ), Line 28  is( Search::TokyoDystopia::ecode( $db ),
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' );  is( Search::TokyoDystopia::setcache( $db, 0, 0 ), 1, 'setcache' );
31    
32    is( Search::TokyoDystopia::setfwmmax( $db, 0 ), 1, 'setfwmmax' );
33    

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

  ViewVC Help
Powered by ViewVC 1.1.26