[tor-commits] [ooni-probe/develop] Bump the version number on HandshakeTest, and rename the usageOptions attribute.

isis at torproject.org isis at torproject.org
Thu Jun 6 16:41:38 UTC 2013


commit c78574914e47ec13a8490a02fe34f98785aa4e4d
Author: Isis Lovecruft <isis at torproject.org>
Date:   Mon Apr 22 00:23:57 2013 +0000

    Bump the version number on HandshakeTest, and rename the usageOptions attribute.
---
 nettests/experimental/tls_handshake.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nettests/experimental/tls_handshake.py b/nettests/experimental/tls_handshake.py
index e834a3e..8aa7edf 100644
--- a/nettests/experimental/tls_handshake.py
+++ b/nettests/experimental/tls_handshake.py
@@ -127,10 +127,10 @@ class HandshakeTest(nettest.NetTestCase):
     name         = 'tls-handshake'
     author       = 'Isis Lovecruft <isis at torproject.org>'
     description  = 'A test to determing if we can complete a TLS hankshake.'
-    version      = '0.0.2'
+    version      = '0.0.3'
 
     requiresRoot = False
-    usageOptions = UsageOptions
+    usageOptions = HandshakeOptions
 
     inputFile = ['file', 'f', None, 'List of <IP>:<PORT>s to test']
 





More information about the tor-commits mailing list