Issue #12497: Install test/data to prevent failures of the various codecmaps

tests.
This commit is contained in:
Ned Deily 2011-07-04 19:06:20 -07:00
parent 8215f5df87
commit e2d519035f
3 changed files with 6 additions and 3 deletions

View 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.

View 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 \

View File

@ -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