Deprecate module
[www-search-torrentz.git] / t / WWW-Search-Torrentz.t
1 #!/usr/bin/perl -w
2 use strict;
3 use warnings;
4
5 use WWW::Search::Test;
6 use Test::More skip_all => 'torrentz.eu was shut down';
7
8 BEGIN { use_ok('WWW::Search::Torrentz') };
9
10 tm_new_engine('Torrentz');
11 tm_run_test(normal => $WWW::Search::Test::bogus_query, 0, 0);
12 tm_run_test(normal => 'linux', 20, undef);
13
14 done_testing;
This page took 0.023328 seconds and 4 git commands to generate.