From 5511220638a3b5d723d6550b7a964cc597b39480 Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Thu, 24 Sep 2009 10:25:14 -0700 Subject: [PATCH] Fixed some test names. --- tests/ChangeLog | 8 ++++++++ tests/Test-ftp-iri-disabled.px | 2 +- tests/Test-ftp-iri-fallback.px | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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, -- 2.39.2