/[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 20 by dpavlin, Mon Aug 18 18:44:47 2008 UTC revision 21 by dpavlin, Mon Aug 18 18:48:33 2008 UTC
# Line 5  use strict; Line 5  use strict;
5    
6  use blib;  use blib;
7    
8  use Test::More tests => 25;  use Test::More tests => 26;
9  use Test::Exception;  use Test::Exception;
10  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
11    
# Line 33  ok( tcidbsetcache( $idb, 0, 0 ), 'tcidbs Line 33  ok( tcidbsetcache( $idb, 0, 0 ), 'tcidbs
33    
34  ok( tcidbsetfwmmax( $idb, 0 ), 'tcidbsetfwmmax' );  ok( tcidbsetfwmmax( $idb, 0 ), 'tcidbsetfwmmax' );
35    
36  ok( tcidbopen( $idb, $path, IDBOWRITER | IDBOCREAT ), "tcidbopen $path" );  ok( tcidbopen( $idb, $path, IDBOWRITER | IDBOCREAT | IDBOTRUNC ), "tcidbopen $path" );
37    
38  ok( tcidbclose( $idb ), 'tcidbclose' );  ok( tcidbclose( $idb ), 'tcidbclose' );
39    
# Line 63  while ( my $id = tcidbiternext( $idb ) ) Line 63  while ( my $id = tcidbiternext( $idb ) )
63  # order is not defined, so we need to sort it  # order is not defined, so we need to sort it
64  is_deeply( [ sort @ids ], [ 42, 65536 ], 'all records' );  is_deeply( [ sort @ids ], [ 42, 65536 ], 'all records' );
65    
66    ok( tcidbsync( $idb ), 'tcidbsync' );
67    
68  diag tcidberrmsg( tcidbecode( $idb ) );  diag tcidberrmsg( tcidbecode( $idb ) );

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

  ViewVC Help
Powered by ViewVC 1.1.26