From: Antoine Pitrou Date: Tue, 14 Sep 2010 12:54:08 +0000 (+0000) Subject: Some tests didn't get executed (because of the merge in r83728) X-Git-Tag: v2.7.1rc1~287 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de30f7042ff7ccafeb6bfb6f8c9e080acf2e1bff;p=python Some tests didn't get executed (because of the merge in r83728) --- diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index 10fbcf9ada..d6f1fce7a7 100644 --- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py @@ -1285,7 +1285,7 @@ def test_main(verbose=False): not os.path.exists(SVN_PYTHON_ORG_ROOT_CERT)): raise test_support.TestFailed("Can't read certificate files!") - tests = [BasicTests] + tests = [BasicTests, BasicSocketTests] if test_support.is_resource_enabled('network'): tests.append(NetworkedTests)