X-Git-Url: http://git.ieval.ro/?p=slob.git;a=blobdiff_plain;f=t%2FSlob.t;h=70bc6e2a3399162f1a2de504ffc4ebb9dfdd45a0;hp=ef2aa21bf2bfef5117bc6ab38ad03850b76a05b9;hb=1ca60f5557ed528aa1cdd7c50737c5d51b94682a;hpb=ded5800affabc2bca3daebf2d848edc977ed59d8 diff --git a/t/Slob.t b/t/Slob.t index ef2aa21..70bc6e2 100644 --- a/t/Slob.t +++ b/t/Slob.t @@ -2,11 +2,12 @@ use strict; use warnings; -use Test::More tests => 13; +use Test::More tests => 25; BEGIN { use_ok('Slob') }; -for my $path (qw/freedict-uncompressed.slob freedict-lzma2.slob/) { - my $slob = Slob->new("t/$path"); +for my $path () { + note "Now using $path"; + my $slob = Slob->new($path); my $nr_of_entries = $slob->ref_count;