cpython: 95301c58c5d2 (original) (raw)

Mercurial > cpython

changeset 71218:95301c58c5d2 3.2

Issue #12497: Install test/data to prevent failures of the various codecmaps tests. [#12497]

Ned Deily nad@acm.org
date Mon, 04 Jul 2011 19:06:20 -0700
parents 7731c900ddce
children 842147eb1b26 7eb85a23cf3d
files Lib/test/data/README Makefile.pre.in Misc/NEWS
diffstat 3 files changed, 6 insertions(+), 3 deletions(-)[+] [-] Lib/test/data/README 2 Makefile.pre.in 2 Misc/NEWS 5

line wrap: on

line diff

--- a/Lib/test/data/README +++ b/Lib/test/data/README @@ -1,2 +1,2 @@ This empty directory serves as destination for temporary files -created by some tests. +created by some tests, in particular, the test_codecmaps_* tests.

--- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -910,7 +910,7 @@ MACHDEPS= (PLATDIR)(PLATDIR) (PLATDIR)(EXTRAPLATDIR) XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter [](#l2.5) tkinter/test/test_ttk site-packages test [](#l2.6) - test/capath [](#l2.7) + test/capath test/data [](#l2.8) test/cjkencodings test/decimaltestdata test/xmltestdata test/subprocessdata [](#l2.9) test/tracedmodules test/encoded_modules [](#l2.10) concurrent concurrent/futures encodings [](#l2.11)

--- a/Misc/NEWS +++ b/Misc/NEWS @@ -38,7 +38,10 @@ C-API Tests ----- -- Issue #12496: Install test/capath directory to prevent test_connect_capath +- Issue #12497: Install test/data to prevent failures of the various codecmaps