/[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 25 by dpavlin, Mon Aug 18 19:01:00 2008 UTC revision 26 by dpavlin, Mon Aug 18 19:04:10 2008 UTC
# Line 5  use strict; Line 5  use strict;
5    
6  use blib;  use blib;
7    
8  use Test::More tests => 31;  use Test::More tests => 32;
9  use Test::Exception;  use Test::Exception;
10  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
11    
# Line 76  my $copy_path = $path . '-copy'; Line 76  my $copy_path = $path . '-copy';
76  ok( tcidbcopy( $idb, $copy_path ), "tcidbcopy $copy_path" );  ok( tcidbcopy( $idb, $copy_path ), "tcidbcopy $copy_path" );
77  ok( -e $copy_path, 'copy exists' );  ok( -e $copy_path, 'copy exists' );
78    
79    is( tcidbpath( $idb ), $path, 'tcidbpath' );
80  diag tcidberrmsg( tcidbecode( $idb ) );  diag tcidberrmsg( tcidbecode( $idb ) );

Legend:
Removed from v.25  
changed lines
  Added in v.26

  ViewVC Help
Powered by ViewVC 1.1.26