--- trunk/t/5_Node.t 2006/08/06 16:42:39 169 +++ trunk/t/5_Node.t 2006/08/06 17:15:01 170 @@ -3,7 +3,7 @@ use strict; use blib; -my $tests = 273; +my $tests = 279; use Test::More; use Test::Exception; @@ -234,6 +234,9 @@ ok(my $hints = $nres->hints, 'hints'); diag Dumper($hints) if ($debug); +foreach my $h (qw/TIME DOCNUM VERSION NODE HIT WORDNUM/) { + ok(defined( $nres->hint($h) ), "have hint $h"); +} ok($node->_set_info, "refresh _set_info");