/[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 40 by dpavlin, Sun Mar 22 18:39:06 2009 UTC revision 41 by dpavlin, Sun Mar 22 18:42:21 2009 UTC
# Line 3  Line 3 
3  use warnings;  use warnings;
4  use strict;  use strict;
5    
6  use Test::More tests => 92;  use Test::More tests => 94;
7    
8  use lib 'lib';  use lib 'lib';
9    
# Line 157  ok( ! $o->exists( 'foo' ), 'gone' ); Line 157  ok( ! $o->exists( 'foo' ), 'gone' );
157  ok( $o->select( 1 ), 'select' );  ok( $o->select( 1 ), 'select' );
158  ok( $o->exists( 'foo' ), 'exists' );  ok( $o->exists( 'foo' ), 'exists' );
159    
160    ok( $o->flushdb, 'flushdb' );
161    cmp_ok( $o->dbsize, '==', 0, 'empty' );
162    
163  diag "Connection handling";  diag "Connection handling";
164    
165  ok( $o->quit, 'quit' );  ok( $o->quit, 'quit' );

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

  ViewVC Help
Powered by ViewVC 1.1.26