/[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 10 by dpavlin, Sat Mar 21 23:05:02 2009 UTC revision 11 by dpavlin, Sat Mar 21 23:09:48 2009 UTC
# Line 3  Line 3 
3  use warnings;  use warnings;
4  use strict;  use strict;
5    
6  use Test::More tests => 43;  use Test::More tests => 44;
7    
8  use lib 'lib';  use lib 'lib';
9    
# Line 56  foreach ( 1 .. 3 ) { Line 56  foreach ( 1 .. 3 ) {
56    
57  ok( $o->del('key-next' ), 'del' );  ok( $o->del('key-next' ), 'del' );
58    
59    cmp_ok( $o->type('foo'), 'eq', 'string', 'type' );
60    
61  ok( $o->quit, 'quit' );  ok( $o->quit, 'quit' );

Legend:
Removed from v.10  
changed lines
  Added in v.11

  ViewVC Help
Powered by ViewVC 1.1.26