[Python-checkins] cpython (3.2): Issue #12497: Install test/data to prevent failures of the various codecmaps

ned.deily python-checkins at python.org
Tue Jul 5 04:11:45 CEST 2011


http://hg.python.org/cpython/rev/95301c58c5d2
changeset:   71218:95301c58c5d2
branch:      3.2
parent:      71216:7731c900ddce
user:        Ned Deily <nad at acm.org>
date:        Mon Jul 04 19:06:20 2011 -0700
summary:
  Issue #12497: Install test/data to prevent failures of the various codecmaps
tests.

files:
  Lib/test/data/README |  2 +-
  Makefile.pre.in      |  2 +-
  Misc/NEWS            |  5 ++++-
  3 files changed, 6 insertions(+), 3 deletions(-)


diff --git a/Lib/test/data/README b/Lib/test/data/README
--- 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.
diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -910,7 +910,7 @@
 XMLLIBSUBDIRS=  xml xml/dom xml/etree xml/parsers xml/sax
 LIBSUBDIRS=	tkinter tkinter/test tkinter/test/test_tkinter \
 		tkinter/test/test_ttk site-packages test \
-		test/capath \
+		test/capath test/data \
 		test/cjkencodings test/decimaltestdata test/xmltestdata test/subprocessdata \
 		test/tracedmodules test/encoded_modules \
 		concurrent concurrent/futures encodings \
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,7 +38,10 @@
 Tests
 -----
 
-- Issue #12496:  Install test/capath directory to prevent test_connect_capath
+- Issue #12497: Install test/data to prevent failures of the various codecmaps
+  tests.
+
+- Issue #12496: Install test/capath directory to prevent test_connect_capath
   testcase failure in test_ssl.
 
 - Issue #12469: Run "wakeup" signal tests in subprocess to run the test in a

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list