[Python-checkins] r84800 - python/branches/release27-maint/Lib/test/test_ssl.py

antoine.pitrou python-checkins at python.org
Tue Sep 14 14:54:08 CEST 2010


Author: antoine.pitrou
Date: Tue Sep 14 14:54:08 2010
New Revision: 84800

Log:
Some tests didn't get executed (because of the merge in r83728)



Modified:
   python/branches/release27-maint/Lib/test/test_ssl.py

Modified: python/branches/release27-maint/Lib/test/test_ssl.py
==============================================================================
--- python/branches/release27-maint/Lib/test/test_ssl.py	(original)
+++ python/branches/release27-maint/Lib/test/test_ssl.py	Tue Sep 14 14:54:08 2010
@@ -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)


More information about the Python-checkins mailing list