/[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 50 by dpavlin, Mon Mar 23 11:40:50 2009 UTC revision 51 by dpavlin, Mon Mar 23 11:44:25 2009 UTC
# Line 4  use warnings; Line 4  use warnings;
4  use strict;  use strict;
5    
6  use Test::More tests => 106;  use Test::More tests => 106;
7    use Data::Dump qw/dump/;
8    
9  use lib 'lib';  use lib 'lib';
10    
# Line 176  diag "Persistence control commands"; Line 177  diag "Persistence control commands";
177  ok( $o->save, 'save' );  ok( $o->save, 'save' );
178  ok( $o->bgsave, 'bgsave' );  ok( $o->bgsave, 'bgsave' );
179  ok( $o->lastsave, 'lastsave' );  ok( $o->lastsave, 'lastsave' );
180  ok( $o->shutdown, 'shutdown' );  #ok( $o->shutdown, 'shutdown' );
181    diag "shutdown not tested";
182    
183    diag "Remote server control commands";
184    
185    ok( my $info = $o->info, 'info' );
186    diag dump( $info );
187    
188  diag "Connection handling";  diag "Connection handling";
189    

Legend:
Removed from v.50  
changed lines
  Added in v.51

  ViewVC Help
Powered by ViewVC 1.1.26