]> sjero.net Git - wget/commitdiff
tests: Fix some failures because of missing --trust-server-names
authorMike Frysinger <vapier@gentoo.org>
Sun, 12 Sep 2010 13:21:50 +0000 (15:21 +0200)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Sun, 12 Sep 2010 13:21:50 +0000 (15:21 +0200)
tests/ChangeLog
tests/Test-iri-forced-remote.px
tests/Test-iri-list.px
tests/Test-iri.px

index 5aee446903562c62a0e8b6e6b3e8ba920a276ee5..654ad00e8e6291f7f7b0a23d539d454334c1d9cb 100644 (file)
@@ -1,3 +1,11 @@
+2010-09-12  Mike Frysinger  <vapier@gentoo.org>
+
+       Fix some tests failures.
+       * Test-iri-forced-remote.px: Use --trust-server-names to the cmdline
+       variable.
+       * Test-iri-list.px: Likewise.
+       * Test-iri.px: Likewise.
+
 2010-06-04  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * Test--no-content-disposition-trivial.px: Use /usr/bin/env to find the
index e5e863fd668f549c4db9c9eae3570be7fc105207..d1bed72c65566cb095bdd41a632a0a8637580c97 100755 (executable)
@@ -174,7 +174,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " --iri --remote-encoding=iso-8859-1 -nH -r http://localhost:{{port}}/";
+my $cmdline = $WgetTest::WGETPATH . " --iri --trust-server-names --remote-encoding=iso-8859-1 -nH -r http://localhost:{{port}}/";
 
 my $expected_error_code = 0;
 
index 969015333d4d5a9732d1d41cb29bea08194f563e..ad88e4c416a7fa9715fee7be9ef65ce9a54f49ad 100755 (executable)
@@ -143,7 +143,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " --iri -i http://localhost:{{port}}/url_list.txt";
+my $cmdline = $WgetTest::WGETPATH . " --iri --trust-server-names -i http://localhost:{{port}}/url_list.txt";
 
 my $expected_error_code = 0;
 
index 8d4aa17eecfc98d29ac09a8fded804e3836c540b..4865a1cd29ddc089138ae6f2e01c93f900d7f322 100755 (executable)
@@ -186,7 +186,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " --iri --restrict-file-names=nocontrol -nH -r http://localhost:{{port}}/";
+my $cmdline = $WgetTest::WGETPATH . " --iri --trust-server-names --restrict-file-names=nocontrol -nH -r http://localhost:{{port}}/";
 
 my $expected_error_code = 0;