From: Nicholas Clark Date: Mon, 9 Feb 2009 17:43:05 +0000 (+0000) Subject: Move 3 tests from ext/PerlIO/t to their relevant PerlIO::* module directories. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9df1f8452792bdd86bc805569a2744e72d94f643;p=p5sagit%2Fp5-mst-13.2.git Move 3 tests from ext/PerlIO/t to their relevant PerlIO::* module directories. --- diff --git a/MANIFEST b/MANIFEST index 512404a..ba0dbc0 100644 --- a/MANIFEST +++ b/MANIFEST @@ -966,21 +966,21 @@ ext/PerlIO/encoding/encoding.pm PerlIO::encoding ext/PerlIO/encoding/encoding.xs PerlIO::encoding ext/PerlIO/encoding/Makefile.PL PerlIO::encoding makefile writer ext/PerlIO/encoding/MANIFEST PerlIO::encoding list of files +ext/PerlIO/encoding/t/encoding.t See if PerlIO encoding conversion works +ext/PerlIO/encoding/t/fallback.t See if PerlIO fallbacks work ext/PerlIO/encoding/t/nolooping.t Tests for PerlIO::encoding ext/PerlIO/scalar/Makefile.PL PerlIO layer for scalars ext/PerlIO/scalar/scalar.pm PerlIO layer for scalars ext/PerlIO/scalar/scalar.xs PerlIO layer for scalars +ext/PerlIO/scalar/t/scalar.t See if PerlIO::scalar works ext/PerlIO/scalar/t/scalar_ungetc.t Tests for PerlIO layer for scalars -ext/PerlIO/t/encoding.t See if PerlIO encoding conversion works ext/PerlIO/t/fail.t See if bad layers fail -ext/PerlIO/t/fallback.t See if PerlIO fallbacks work ext/PerlIO/t/ioleaks.t See if PerlIO layers are leaking ext/PerlIO/t/open.t See if PerlIO certain special opens work ext/PerlIO/t/PerlIO.t See if PerlIO works -ext/PerlIO/t/scalar.t See if PerlIO::scalar works -ext/PerlIO/t/via.t See if PerlIO::via works ext/PerlIO/via/hints/aix.pl Hint for PerlIO::via for named architecture ext/PerlIO/via/Makefile.PL PerlIO layer for layers in perl +ext/PerlIO/via/t/via.t See if PerlIO::via works ext/PerlIO/via/via.pm PerlIO layer for layers in perl ext/PerlIO/via/via.xs PerlIO layer for layers in perl ext/POSIX/hints/bsdos.pl Hint for POSIX for named architecture diff --git a/ext/PerlIO/t/encoding.t b/ext/PerlIO/encoding/t/encoding.t similarity index 100% rename from ext/PerlIO/t/encoding.t rename to ext/PerlIO/encoding/t/encoding.t diff --git a/ext/PerlIO/t/fallback.t b/ext/PerlIO/encoding/t/fallback.t similarity index 100% rename from ext/PerlIO/t/fallback.t rename to ext/PerlIO/encoding/t/fallback.t diff --git a/ext/PerlIO/t/scalar.t b/ext/PerlIO/scalar/t/scalar.t similarity index 100% rename from ext/PerlIO/t/scalar.t rename to ext/PerlIO/scalar/t/scalar.t diff --git a/ext/PerlIO/t/via.t b/ext/PerlIO/via/t/via.t similarity index 100% rename from ext/PerlIO/t/via.t rename to ext/PerlIO/via/t/via.t