-
- Downloads
Check for both v4 and v5 link protocols in tests
Tor's tor-0.2.9.14 branch uses v4 link protocols. Accepting both versions in our integ tests... ====================================================================== FAIL: test_established ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/atagar/Desktop/stem/test/integ/client/connection.py", line 66, in test_established self.assertEqual(5, int(conn.link_protocol)) AssertionError: 5 != 4
Please register or sign in to comment