Fixed some test names.

This commit is contained in:
Micah Cowan 2009-09-24 10:25:14 -07:00
parent 663b1b3367
commit 5511220638
3 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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,

View File

@ -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,