/[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 19 by dpavlin, Sun Mar 22 09:46:14 2009 UTC revision 20 by dpavlin, Sun Mar 22 09:51:34 2009 UTC
# Line 3  Line 3 
3  use warnings;  use warnings;
4  use strict;  use strict;
5    
6  use Test::More tests => 55;  use Test::More tests => 56;
7    
8  use lib 'lib';  use lib 'lib';
9    
# Line 84  ok( $o->rpush( 'test-list' => 'foo' ), ' Line 84  ok( $o->rpush( 'test-list' => 'foo' ), '
84    
85  ok( $o->lpush( 'test-list' => 'foo' ), 'lpush' );  ok( $o->lpush( 'test-list' => 'foo' ), 'lpush' );
86    
87    cmp_ok( $o->llen('test-list'), '==', 2, 'llen' );
88    
89    
90  ok( $o->quit, 'quit' );  ok( $o->quit, 'quit' );

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

  ViewVC Help
Powered by ViewVC 1.1.26