]> granicus.if.org Git - python/commitdiff
Some tests didn't get executed (because of the merge in r83728)
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 14 Sep 2010 12:54:08 +0000 (12:54 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 14 Sep 2010 12:54:08 +0000 (12:54 +0000)
Lib/test/test_ssl.py

index 10fbcf9adaede8164d11270ed221e5d30e0ffbae..d6f1fce7a771b2568eae516db906d1a2e91a6365 100644 (file)
@@ -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)