X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-idn-robots.px;h=b10163dc3835f8931a16bb29d46ece444a460a26;hb=4a08094db88011153adadbf995103770b20d2a31;hp=ff5033f06b3e8baa1982a239486d14468a796b34;hpb=da2ac85f4063a8990f68dfadcfd47e53c0b63bf1;p=wget diff --git a/tests/Test-idn-robots.px b/tests/Test-idn-robots.px index ff5033f0..b10163dc 100755 --- a/tests/Test-idn-robots.px +++ b/tests/Test-idn-robots.px @@ -3,6 +3,7 @@ use strict; use warnings; +use WgetFeature qw(iri); use HTTPTest; # " Kon'nichiwa Japan @@ -68,9 +69,9 @@ my %expected_downloaded_files = ( ############################################################################### my $the_test = HTTPTest->new (name => "Test-idn-robots", - input => \%urls, - cmdline => $cmdline, - errcode => $expected_error_code, + input => \%urls, + cmdline => $cmdline, + errcode => $expected_error_code, output => \%expected_downloaded_files); exit $the_test->run();