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

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

revision 11 by dpavlin, Wed Jan 4 15:50:08 2006 UTC revision 12 by dpavlin, Wed Jan 4 19:28:30 2006 UTC
# Line 3  Line 3 
3  use strict;  use strict;
4  use blib;  use blib;
5    
6  use Test::More tests => 29;  use Test::More tests => 30;
7  use Test::Exception;  use Test::Exception;
8  use Data::Dumper;  use Data::Dumper;
9    
# Line 79  cmp_ok(@attr, '==' , 0, "attributes remo Line 79  cmp_ok(@attr, '==' , 0, "attributes remo
79  diag "texts: ", join(',',@texts), "\n";  diag "texts: ", join(',',@texts), "\n";
80  ok(eq_array(\@test_texts, \@texts), 'texts');  ok(eq_array(\@test_texts, \@texts), 'texts');
81    
82    ok(my $cat_text = $doc->cat_texts, 'cat_text');
83    diag "cat_texts: $cat_text";
84    
85    
86  SKIP: {  SKIP: {
87          skip "est_keywords not implemented", 2;          skip "est_keywords not implemented", 2;
88    
# Line 94  SKIP: { Line 98  SKIP: {
98    
99  #ok($doc->scan_words(qw(this is demo)), "scan_words");  #ok($doc->scan_words(qw(this is demo)), "scan_words");
100    
101  diag Dumper($doc);  #diag Dumper($doc);

Legend:
Removed from v.11  
changed lines
  Added in v.12

  ViewVC Help
Powered by ViewVC 1.1.26