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

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

revision 3 by dpavlin, Sun Aug 17 22:27:23 2008 UTC revision 4 by dpavlin, Sun Aug 17 22:30:01 2008 UTC
# Line 5  use strict; Line 5  use strict;
5    
6  use blib;  use blib;
7    
8  use Test::More tests => 5;  use Test::More tests => 6;
9  use Test::Exception;  use Test::Exception;
10  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
11    
# Line 20  cmp_ok( Search::TokyoDystopia::tcidberrm Line 20  cmp_ok( Search::TokyoDystopia::tcidberrm
20  ok( my $db = Search::TokyoDystopia::tcidbnew, 'tcidbnew' );     # FIXME check better  ok( my $db = Search::TokyoDystopia::tcidbnew, 'tcidbnew' );     # FIXME check better
21    
22  ok( ! Search::TokyoDystopia::tcidbdel( $db ), 'tcidbdel' );  ok( ! Search::TokyoDystopia::tcidbdel( $db ), 'tcidbdel' );
23    
24    is( Search::TokyoDystopia::tcidbecode( $db ), 0, 'tcidbecode' );

Legend:
Removed from v.3  
changed lines
  Added in v.4

  ViewVC Help
Powered by ViewVC 1.1.26