From: Micah Cowan Date: Thu, 24 Sep 2009 17:25:14 +0000 (-0700) Subject: Fixed some test names. X-Git-Tag: v1.13~223 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=5511220638a3b5d723d6550b7a964cc597b39480 Fixed some test names. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 7a0c6b8d..f3b1bac1 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,11 @@ +2009-09-24 Micah Cowan + + * Test-ftp-iri-disabled.px: Fix name "Test-ftp-iri" -> + "test-ftp-iri-disabled" + + * Test-ftp-iri-fallback.px: Fix name "Test-ftp-iri" -> + "test-ftp-iri-fallback" + 2009-09-07 Micah Cowan * run-px: Exit with a failure if there were any tests with diff --git a/tests/Test-ftp-iri-disabled.px b/tests/Test-ftp-iri-disabled.px index 53e4b486..612223ae 100755 --- a/tests/Test-ftp-iri-disabled.px +++ b/tests/Test-ftp-iri-disabled.px @@ -41,7 +41,7 @@ my %expected_downloaded_files = ( ############################################################################### -my $the_test = FTPTest->new (name => "Test-ftp-iri", +my $the_test = FTPTest->new (name => "Test-ftp-iri-disabled", input => \%urls, cmdline => $cmdline, errcode => $expected_error_code, diff --git a/tests/Test-ftp-iri-fallback.px b/tests/Test-ftp-iri-fallback.px index 1173a077..fa4cdc17 100755 --- a/tests/Test-ftp-iri-fallback.px +++ b/tests/Test-ftp-iri-fallback.px @@ -37,7 +37,7 @@ my %expected_downloaded_files = ( ############################################################################### -my $the_test = FTPTest->new (name => "Test-ftp-iri", +my $the_test = FTPTest->new (name => "Test-ftp-iri-fallback", input => \%urls, cmdline => $cmdline, errcode => $expected_error_code,