/[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 39 by dpavlin, Sun Mar 22 18:17:05 2009 UTC revision 40 by dpavlin, Sun Mar 22 18:39:06 2009 UTC
# Line 3  Line 3 
3  use warnings;  use warnings;
4  use strict;  use strict;
5    
6  use Test::More tests => 88;  use Test::More tests => 92;
7    
8  use lib 'lib';  use lib 'lib';
9    
# Line 151  diag "Multiple databases handling comman Line 151  diag "Multiple databases handling comman
151  ok( $o->select( 1 ), 'select' );  ok( $o->select( 1 ), 'select' );
152  ok( $o->select( 0 ), 'select' );  ok( $o->select( 0 ), 'select' );
153    
154    ok( $o->move( 'foo', 1 ), 'move' );
155    ok( ! $o->exists( 'foo' ), 'gone' );
156    
157    ok( $o->select( 1 ), 'select' );
158    ok( $o->exists( 'foo' ), 'exists' );
159    
160  diag "Connection handling";  diag "Connection handling";
161    

Legend:
Removed from v.39  
changed lines
  Added in v.40

  ViewVC Help
Powered by ViewVC 1.1.26