From: Marius Gavrilescu Date: Fri, 21 Nov 2014 16:13:18 +0000 (+0200) Subject: Update tests X-Git-Tag: 0.001003~1 X-Git-Url: http://git.ieval.ro/?a=commitdiff_plain;h=34cc7bcc39f8c7951a88ebc891c82356cc72f42a;hp=0d82c6efc74924da3684df74e8d8f198e3fbe6b7;p=www-search-torrentz.git Update tests --- diff --git a/t/WWW-Search-Torrentz.t b/t/WWW-Search-Torrentz.t index 64116f7..3cfca77 100644 --- a/t/WWW-Search-Torrentz.t +++ b/t/WWW-Search-Torrentz.t @@ -4,13 +4,12 @@ use warnings; use WWW::Search::Test; use Test::RequiresInternet qw/torrentz.eu 443/; -use Test::More; +use Test::More tests => 10; BEGIN { use_ok('WWW::Search::Torrentz') }; tm_new_engine('Torrentz'); tm_run_test(normal => $WWW::Search::Test::bogus_query, 0, 0); -tm_run_test(normal => 'linux', 100, undef); -tm_run_test(normal => '"Kubuntu Linux 13 04 Raring Ringtail 64 bit"', 1, 5, undef, 1); +tm_run_test(normal => 'linux', 20, undef); done_testing;