--- trunk/t/1_document.t 2006/01/04 15:48:00 10 +++ trunk/t/1_document.t 2006/01/04 15:50:08 11 @@ -3,7 +3,7 @@ use strict; use blib; -use Test::More tests => 28; +use Test::More tests => 29; use Test::Exception; use Data::Dumper; @@ -79,8 +79,6 @@ diag "texts: ", join(',',@texts), "\n"; ok(eq_array(\@test_texts, \@texts), 'texts'); -diag Dumper(\@test_texts, \@texts); - SKIP: { skip "est_keywords not implemented", 2;