--- trunk/t/5_Node.t 2006/01/05 15:33:48 30 +++ trunk/t/5_Node.t 2006/01/05 15:36:25 31 @@ -3,7 +3,7 @@ use strict; use blib; -use Test::More tests => 8; +use Test::More tests => 9; use Test::Exception; use Data::Dumper; @@ -19,3 +19,5 @@ ok($node->set_timeout(42), 'set_timeout'); throws_ok {$node->set_timeout('foo') } qr/timeout/, 'set_timeout NaN'; + +ok($node->set_auth('foo','bar'), 'set_auth');