]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #12497: Install test/data to prevent failures of the various codecmaps
authorNed Deily <nad@acm.org>
Tue, 5 Jul 2011 02:06:20 +0000 (19:06 -0700)
committerNed Deily <nad@acm.org>
Tue, 5 Jul 2011 02:06:20 +0000 (19:06 -0700)
tests.

Lib/test/data/README
Makefile.pre.in
Misc/NEWS

index 8bf8c9b31e05f48a21ed56bd986ce09dcfa6a202..bd05984e439078f4bbcf56b7258868a2599f5b09 100644 (file)
@@ -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.
index 87aa4cf59428bbab324c24894099d747e14852e2..dfa721996d0d642275419d1b30c0097dc733bec6 100644 (file)
@@ -910,7 +910,7 @@ MACHDEPS=   $(PLATDIR) $(EXTRAPLATDIR)
 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 \
index 117101cdb017fe47ba8ec173c08fc98d6e0021f6..43392bcb56efbc66901361f50297c42f241924ee 100644 (file)
--- 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
+  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