/[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 1 by dpavlin, Sun Aug 17 22:17:40 2008 UTC revision 2 by dpavlin, Sun Aug 17 22:24:04 2008 UTC
# Line 5  use strict; Line 5  use strict;
5    
6  use blib;  use blib;
7    
8  use Test::More tests => 3;  use Test::More tests => 4;
9  use Test::Exception;  use Test::Exception;
10  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
11    
# Line 14  use_ok( 'Search::TokyoDystopia' ); Line 14  use_ok( 'Search::TokyoDystopia' );
14  }  }
15    
16  cmp_ok( $Search::TokyoDystopia::debug, '==', 0, '$debug' );  cmp_ok( $Search::TokyoDystopia::debug, '==', 0, '$debug' );
17    
18  cmp_ok( Search::TokyoDystopia::tcidberrmsg(0), 'eq', 'success', 'tcidberrmsg' );  cmp_ok( Search::TokyoDystopia::tcidberrmsg(0), 'eq', 'success', 'tcidberrmsg' );
19    
20    ok( Search::TokyoDystopia::tcidbnew, 'tcidbnew' );      # FIXME check better

Legend:
Removed from v.1  
changed lines
  Added in v.2

  ViewVC Help
Powered by ViewVC 1.1.26