commit | 208438c9a8c9e2aea7d9a266bf6a8012a0939d7c | [log] [tgz] |
---|---|---|
author | Jim Shaver <dcypherd@gmail.com> | Thu May 28 09:52:38 2015 -0400 |
committer | Jim Shaver <dcypherd@gmail.com> | Thu May 28 09:52:38 2015 -0400 |
tree | 4a9799bc6bbd327f37fa39cd835c21492f8a5e1b | |
parent | a923e93d5d92f5ba0c84f5c93ad6d18bad1098f0 [diff] [blame] |
Fixing the truth in Changelog SSL.py and test_ssl.py
diff --git a/OpenSSL/test/test_ssl.py b/OpenSSL/test/test_ssl.py index 01a76c1..91f115c 100644 --- a/OpenSSL/test/test_ssl.py +++ b/OpenSSL/test/test_ssl.py
@@ -2775,6 +2775,7 @@ self.assertEqual(server_protocol_version, client_protocol_version) + class ConnectionGetCipherListTests(TestCase): """ Tests for :py:obj:`Connection.get_cipher_list`.