/[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 13 by dpavlin, Mon Aug 18 13:17:52 2008 UTC revision 14 by dpavlin, Mon Aug 18 15:35:18 2008 UTC
# Line 5  use strict; Line 5  use strict;
5    
6  use blib;  use blib;
7    
8  use Test::More tests => 12;  use Test::More tests => 14;
9  use Test::Exception;  use Test::Exception;
10  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
11    
# Line 36  ok( tcidbsetfwmmax( $idb, 0 ), 'tcidbset Line 36  ok( tcidbsetfwmmax( $idb, 0 ), 'tcidbset
36  ok( tcidbopen( $idb, $path, IDBOWRITER | IDBOCREAT ), "tcidbopen $path" );  ok( tcidbopen( $idb, $path, IDBOWRITER | IDBOCREAT ), "tcidbopen $path" );
37    
38  ok( tcidbclose( $idb ), 'tcidbclose' );  ok( tcidbclose( $idb ), 'tcidbclose' );
39    
40    ok( tcidbopen( $idb, $path, IDBOWRITER | IDBOCREAT ), "tcidbopen $path again" );
41    
42    ok( tcidbput( $idb, 1, 'foobar' ), 'tcidbput' );
43    
44    diag tcidberrmsg( tcidbecode( $idb ) );

Legend:
Removed from v.13  
changed lines
  Added in v.14

  ViewVC Help
Powered by ViewVC 1.1.26