/[Search-Estraier]/trunk/t/5_Node.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 /trunk/t/5_Node.t

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

revision 169 by dpavlin, Sun Aug 6 16:42:39 2006 UTC revision 170 by dpavlin, Sun Aug 6 17:15:01 2006 UTC
# Line 3  Line 3 
3  use strict;  use strict;
4  use blib;  use blib;
5    
6  my $tests = 273;  my $tests = 279;
7    
8  use Test::More;  use Test::More;
9  use Test::Exception;  use Test::Exception;
# Line 234  for my $i ( 0 .. ($nres->hits - 1) ) { Line 234  for my $i ( 0 .. ($nres->hits - 1) ) {
234    
235  ok(my $hints = $nres->hints, 'hints');  ok(my $hints = $nres->hints, 'hints');
236  diag Dumper($hints) if ($debug);  diag Dumper($hints) if ($debug);
237    foreach my $h (qw/TIME DOCNUM VERSION NODE HIT WORDNUM/) {
238            ok(defined( $nres->hint($h) ), "have hint $h");
239    }
240    
241  ok($node->_set_info, "refresh _set_info");  ok($node->_set_info, "refresh _set_info");
242    

Legend:
Removed from v.169  
changed lines
  Added in v.170

  ViewVC Help
Powered by ViewVC 1.1.26