mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04: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>
|
2009-09-07 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
* run-px: Exit with a failure if there were any tests with
|
* 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,
|
input => \%urls,
|
||||||
cmdline => $cmdline,
|
cmdline => $cmdline,
|
||||||
errcode => $expected_error_code,
|
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,
|
input => \%urls,
|
||||||
cmdline => $cmdline,
|
cmdline => $cmdline,
|
||||||
errcode => $expected_error_code,
|
errcode => $expected_error_code,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user