X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=t%2FWWW-Search-Torrentz.t;h=6a0e7047b5056073853b47018bc1d2dfd12d839d;hb=b3b2569bb391e2a27408f981f368afa01392818b;hp=64116f7898409f91542dc2308bc9e05046ef2856;hpb=a1d7294ba7262b71bc28353903f89c8134805fa3;p=www-search-torrentz.git diff --git a/t/WWW-Search-Torrentz.t b/t/WWW-Search-Torrentz.t index 64116f7..6a0e704 100644 --- a/t/WWW-Search-Torrentz.t +++ b/t/WWW-Search-Torrentz.t @@ -3,14 +3,12 @@ use strict; use warnings; use WWW::Search::Test; -use Test::RequiresInternet qw/torrentz.eu 443/; -use Test::More; +use Test::More skip_all => 'torrentz.eu was shut down'; 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;