Fix test names.

This commit is contained in:
Micah Cowan 2008-12-04 13:57:18 -08:00
parent 1b4ed7dcb7
commit c6f511e789
4 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2008-12-04 Micah Cowan <micah@cowan.name> (not copyrightable)
* Test-idn-cmd.px, Test-idn-meta.px, Test-idn-headers.px:
Fix test names.
2008-11-26 Micah Cowan <micah@cowan.name> (not copyrightable)
* Test-ftp-iri-disabled.px, Test-ftp-iri-fallback.px,

View File

@ -40,7 +40,7 @@ my %expected_downloaded_files = (
###############################################################################
my $the_test = HTTPTest->new (name => "Test-iri-cmd",
my $the_test = HTTPTest->new (name => "Test-idn-cmd",
input => \%urls,
cmdline => $cmdline,
errcode => $expected_error_code,

View File

@ -55,7 +55,7 @@ my %expected_downloaded_files = (
###############################################################################
my $the_test = HTTPTest->new (name => "Test-iri-headers",
my $the_test = HTTPTest->new (name => "Test-idn-headers",
input => \%urls,
cmdline => $cmdline,
errcode => $expected_error_code,

View File

@ -56,7 +56,7 @@ my %expected_downloaded_files = (
###############################################################################
my $the_test = HTTPTest->new (name => "Test-iri-meta",
my $the_test = HTTPTest->new (name => "Test-idn-meta",
input => \%urls,
cmdline => $cmdline,
errcode => $expected_error_code,