/[A3C]/t/50-strix.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/50-strix.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 213 by dpavlin, Fri Jun 20 20:44:18 2008 UTC revision 216 by dpavlin, Fri Jun 20 21:49:16 2008 UTC
# Line 27  ok( my $strix = Strix->new({ instance => Line 27  ok( my $strix = Strix->new({ instance =>
27  isa_ok( $strix, 'Strix' );  isa_ok( $strix, 'Strix' );
28    
29  # cache  # cache
30  ok( my $path = $strix->cache_path( 'test-%d-%s', 42, 'bar' ), 'cache_path' );  ok( my $path = $strix->cache_path( 'test', 42, 'bar' ), 'cache_path' );
31  like( $path, qr/test-42-bar$/, 'correct' );  like( $path, qr/test-42-bar/, 'correct' );
32    
33  my $data = 'scalar';  my $data = 'scalar';
34  SKIP: {  SKIP: {

Legend:
Removed from v.213  
changed lines
  Added in v.216

  ViewVC Help
Powered by ViewVC 1.1.26