/[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 21 by dpavlin, Mon Aug 18 18:48:33 2008 UTC revision 24 by dpavlin, Mon Aug 18 18:57:26 2008 UTC
# Line 5  use strict; Line 5  use strict;
5    
6  use blib;  use blib;
7    
8  use Test::More tests => 26;  use Test::More tests => 29;
9  use Test::Exception;  use Test::Exception;
10  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
11    
# Line 51  is_deeply( tcidbsearch( $idb, 'some', ID Line 51  is_deeply( tcidbsearch( $idb, 'some', ID
51  ok( tcidbput( $idb, 65536, 'some more data' ), 'tcidbput more data' );  ok( tcidbput( $idb, 65536, 'some more data' ), 'tcidbput more data' );
52  is_deeply( tcidbsearch( $idb, 'some', IDBSSUBSTR ), [ 42, 65536 ], 'tcidbsearch' );  is_deeply( tcidbsearch( $idb, 'some', IDBSSUBSTR ), [ 42, 65536 ], 'tcidbsearch' );
53    
54    is_deeply( tcidbsearch2( $idb, 'some' ), [ 42, 65536 ], 'tcidbsearch2' );
55    
56  ok( tcidbiterinit( $idb ), 'tcidbiterinit' );  ok( tcidbiterinit( $idb ), 'tcidbiterinit' );
57    
58  my @ids;  my @ids;
# Line 65  is_deeply( [ sort @ids ], [ 42, 65536 ], Line 67  is_deeply( [ sort @ids ], [ 42, 65536 ],
67    
68  ok( tcidbsync( $idb ), 'tcidbsync' );  ok( tcidbsync( $idb ), 'tcidbsync' );
69    
70    ok( tcidboptimize( $idb ), 'tcidboptimize' );
71    
72    ok( tcidbvanish( $idb ), 'tcidbvanish' );
73    
74  diag tcidberrmsg( tcidbecode( $idb ) );  diag tcidberrmsg( tcidbecode( $idb ) );

Legend:
Removed from v.21  
changed lines
  Added in v.24

  ViewVC Help
Powered by ViewVC 1.1.26