Some tests didn't get executed (because of the merge in r83728)
This commit is contained in:
parent
74f869eb94
commit
de30f7042f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue