]> sjero.net Git - wget/commitdiff
Fixed some test names.
authorMicah Cowan <micah@cowan.name>
Thu, 24 Sep 2009 17:25:14 +0000 (10:25 -0700)
committerMicah Cowan <micah@cowan.name>
Thu, 24 Sep 2009 17:25:14 +0000 (10:25 -0700)
tests/ChangeLog
tests/Test-ftp-iri-disabled.px
tests/Test-ftp-iri-fallback.px

index 7a0c6b8d881f253a6ff3864ccbfcd76f66a96922..f3b1bac164ed9a772544f90ecb58ea0fa25aff62 100644 (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
index 53e4b486a428264cfffdd3c6edbc3e9c1f3d6148..612223ae96283b4c9bda025540cf7296218c9b15 100755 (executable)
@@ -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,
index 1173a0771f558965450a15211eb56b4dea83f09a..fa4cdc170b18f19b0d09a8f36c2bf695b367f3a7 100755 (executable)
@@ -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,