295c359d5c47984fdf392905456cfeb378694a85
[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;
7 BEGIN { use_ok('WWW::Search::Torrentz') };
8
9 tm_new_engine('Torrentz');
10 tm_run_test(normal => $WWW::Search::Test::bogus_query, 0, 0);
11 tm_run_test(normal => 'linux', 100, undef);
12 tm_run_test(normal => '"Kubuntu Linux 13 04 Raring Ringtail 64 bit"', 1, 5, undef, 1);
13
14 done_testing;
This page took 0.022299 seconds and 3 git commands to generate.