]> iEval git - www-search-torrentz.git/blobdiff - t/WWW-Search-Torrentz.t
Update tests
[www-search-torrentz.git] / t / WWW-Search-Torrentz.t
index 295c359d5c47984fdf392905456cfeb378694a85..3cfca77faf1c7b18c989c96ed4cf9e014eae3415 100644 (file)
@@ -3,12 +3,13 @@ use strict;
 use warnings;
 
 use WWW::Search::Test;
-use Test::More;
+use Test::RequiresInternet qw/torrentz.eu 443/;
+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;
This page took 0.021265 seconds and 4 git commands to generate.