--- trunk/t/5_Node.t 2006/01/05 15:36:25 31 +++ trunk/t/5_Node.t 2006/01/05 15:38:34 32 @@ -3,7 +3,7 @@ use strict; use blib; -use Test::More tests => 9; +use Test::More tests => 10; use Test::Exception; use Data::Dumper; @@ -21,3 +21,5 @@ throws_ok {$node->set_timeout('foo') } qr/timeout/, 'set_timeout NaN'; ok($node->set_auth('foo','bar'), 'set_auth'); + +cmp_ok($node->status, '==', -1, 'status');