From: Steven Schubiger Date: Tue, 7 Jul 2009 18:28:56 +0000 (+0200) Subject: Make IDN/IRI tests part of distribution. X-Git-Tag: v1.13~299 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=76bd534668b513f627dea1c9684eaf78f9f36948 Make IDN/IRI tests part of distribution. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 9ee2bb08..ff970ac1 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2009-07-07 Steven Schubiger + + * Makefile.am: Add IDN/IRI test files and Test-meta-robots.px + to EXTRA_DIST. + 2009-07-05 Micah Cowan * Test-meta-robots.px: Added. diff --git a/tests/Makefile.am b/tests/Makefile.am index 82c31360..ca2f3502 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -68,9 +68,23 @@ EXTRA_DIST = FTPServer.pm FTPTest.pm HTTPServer.pm HTTPTest.pm \ Test-E-k-K.px \ Test-E-k.px \ Test-ftp.px \ + Test-ftp-iri.px \ + Test-ftp-iri-fallback.px \ + Test-ftp-iri-recursive.px \ + Test-ftp-iri-disabled.px \ Test-HTTP-Content-Disposition-1.px \ Test-HTTP-Content-Disposition-2.px \ Test-HTTP-Content-Disposition.px \ + Test-idn-headers.px \ + Test-idn-meta.px \ + Test-idn-cmd.px \ + Test-idn-robots.px \ + Test-iri.px \ + Test-iri-percent.px \ + Test-iri-disabled.px \ + Test-iri-forced-remote.px \ + Test-iri-list.px \ + Test-meta-robots.px \ Test-N-current.px \ Test-N-HTTP-Content-Disposition.px \ Test-N--no-content-disposition.px \