commit | de30f7042ff7ccafeb6bfb6f8c9e080acf2e1bff | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Sep 14 12:54:08 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Sep 14 12:54:08 2010 +0000 |
tree | 5bb5742cc46539aaad0df599cffd295465062cc6 | |
parent | 74f869eb94fdb663fbc066e75bb53eb91240dccd [diff] [blame] |
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 10fbcf9..d6f1fce 100644 --- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py
@@ -1285,7 +1285,7 @@ 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)