/[Redis.pre-github]/t/01-Redis.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/01-Redis.t

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

revision 62 by dpavlin, Sat Sep 12 15:13:40 2009 UTC revision 63 by dpavlin, Mon Sep 14 11:37:25 2009 UTC
# Line 4  use warnings; Line 4  use warnings;
4  use strict;  use strict;
5    
6  use Test::More tests => 108;  use Test::More tests => 108;
7  use Data::Dump qw/dump/;  use Data::Dumper;
8    
9  use lib 'lib';  use lib 'lib';
10    
# Line 184  diag "Remote server control commands"; Line 184  diag "Remote server control commands";
184    
185  ok( my $info = $o->info, 'info' );  ok( my $info = $o->info, 'info' );
186  isa_ok( $info, 'HASH' );  isa_ok( $info, 'HASH' );
187  diag dump( $info );  diag Dumper( $info );
188    
189  diag "Connection handling";  diag "Connection handling";
190    

Legend:
Removed from v.62  
changed lines
  Added in v.63

  ViewVC Help
Powered by ViewVC 1.1.26