--- trunk/t/5_Node.t 2006/05/09 12:21:26 134 +++ trunk/t/5_Node.t 2006/05/09 12:42:39 135 @@ -3,7 +3,7 @@ use strict; use blib; -use Test::More tests => 118; +use Test::More tests => 120; use Test::Exception; use Data::Dumper; @@ -32,12 +32,19 @@ # test master functionality -ok($node->master( action => 'sync' ), 'sync'); +diag "not testing shutdown\n"; +ok(my $foo = $node->master( action => 'sync' ), 'sync'); + +diag "not testing backup\n"; + +ok(my @users = $node->master( action => 'userlist' ), 'userlist'); + +diag "users: ", Dumper( \@users ); SKIP: { -skip "no $test1_node node in Hyper Estraier", 108, unless($node->name); +skip "no $test1_node node in Hyper Estraier", 110, unless($node->name); my @res = ( -1, 200 );