/[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 18 by dpavlin, Sun Mar 22 09:44:30 2009 UTC revision 19 by dpavlin, Sun Mar 22 09:46:14 2009 UTC
# Line 3  Line 3 
3  use warnings;  use warnings;
4  use strict;  use strict;
5    
6  use Test::More tests => 54;  use Test::More tests => 55;
7    
8  use lib 'lib';  use lib 'lib';
9    
# Line 82  diag "Commands operating on lists"; Line 82  diag "Commands operating on lists";
82    
83  ok( $o->rpush( 'test-list' => 'foo' ), 'rpush' );  ok( $o->rpush( 'test-list' => 'foo' ), 'rpush' );
84    
85    ok( $o->lpush( 'test-list' => 'foo' ), 'lpush' );
86    
87    
88    

Legend:
Removed from v.18  
changed lines
  Added in v.19

  ViewVC Help
Powered by ViewVC 1.1.26