mirror of
https://github.com/mirror/wget.git
synced 2025-01-14 22:30:44 +08:00
Fixed some test names.
This commit is contained in:
parent
663b1b3367
commit
5511220638
@ -1,3 +1,11 @@
|
||||
2009-09-24 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* 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 <micah@cowan.name>
|
||||
|
||||
* run-px: Exit with a failure if there were any tests with
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user