[Python-checkins] cpython (merge 3.2 -> default): Issue #12496: Install test/capath directory to prevent test_connect_capath

ned.deily python-checkins at python.org
Tue Jul 5 02:54:06 CEST 2011


http://hg.python.org/cpython/rev/880c3e764ead
changeset:   71217:880c3e764ead
parent:      71215:f12b8548b4aa
parent:      71216:7731c900ddce
user:        Ned Deily <nad at acm.org>
date:        Mon Jul 04 17:51:48 2011 -0700
summary:
  Issue #12496:  Install test/capath directory to prevent test_connect_capath
testcase failure in test_ssl.

files:
  Makefile.pre.in |  1 +
  Misc/NEWS       |  3 +++
  2 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -912,6 +912,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/cjkencodings test/decimaltestdata test/xmltestdata \
 		test/subprocessdata \
 		test/tracedmodules test/encoded_modules \
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -981,6 +981,9 @@
 Tests
 -----
 
+- Issue #12496:  Install test/capath directory to prevent test_connect_capath
+  testcase failure in test_ssl.
+
 - Issue #12469: Run wakeup and pending signal tests in a subprocess to run the
   test in a fresh process with only one thread and to not change signal
   handling of the parent process.

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


More information about the Python-checkins mailing list