/[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 61 by dpavlin, Wed Jun 17 16:47:06 2009 UTC revision 62 by dpavlin, Sat Sep 12 15:13:40 2009 UTC
# Line 3  Line 3 
3  use warnings;  use warnings;
4  use strict;  use strict;
5    
6  use Test::More tests => 107;  use Test::More tests => 108;
7  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
8    
9  use lib 'lib';  use lib 'lib';
# Line 16  ok( my $o = Redis->new(), 'new' ); Line 16  ok( my $o = Redis->new(), 'new' );
16    
17  ok( $o->ping, 'ping' );  ok( $o->ping, 'ping' );
18    
19    ok( $o = Redis->new( server => 'localhost:6379' ), 'new with server' );
20    
21  diag "Commands operating on string values";  diag "Commands operating on string values";
22    

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

  ViewVC Help
Powered by ViewVC 1.1.26