diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-14 12:54:08 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-14 12:54:08 (GMT) |
commit | de30f7042ff7ccafeb6bfb6f8c9e080acf2e1bff (patch) | |
tree | 5bb5742cc46539aaad0df599cffd295465062cc6 /Lib/test/test_ssl.py | |
parent | 74f869eb94fdb663fbc066e75bb53eb91240dccd (diff) | |
download | cpython-de30f7042ff7ccafeb6bfb6f8c9e080acf2e1bff.zip cpython-de30f7042ff7ccafeb6bfb6f8c9e080acf2e1bff.tar.gz cpython-de30f7042ff7ccafeb6bfb6f8c9e080acf2e1bff.tar.bz2 |
Some tests didn't get executed (because of the merge in r83728)
Diffstat (limited to 'Lib/test/test_ssl.py')
-rw-r--r-- | Lib/test/test_ssl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index 10fbcf9..d6f1fce 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) |