/[pxelator]/lib/PXElator/t/CouchDB.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 /lib/PXElator/t/CouchDB.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 205 by dpavlin, Wed Aug 12 19:49:36 2009 UTC revision 206 by dpavlin, Wed Aug 12 22:27:57 2009 UTC
# Line 4  use warnings; Line 4  use warnings;
4  use strict;  use strict;
5  use autodie;  use autodie;
6    
7  use Test::More tests => 4;  use Test::More tests => 5;
8  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
9    
10  use_ok 'CouchDB';  use_ok 'CouchDB';
# Line 22  diag dump( $doc ); Line 22  diag dump( $doc );
22    
23  #ok( $db->delete( "$db" ), 'delete' );  #ok( $db->delete( "$db" ), 'delete' );
24    
25    ok( $db->audit( 'test', { foo => 42, bar => 'baz' }), 'audit' );

Legend:
Removed from v.205  
changed lines
  Added in v.206

  ViewVC Help
Powered by ViewVC 1.1.26