aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_entryconn.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-01-13 13:42:20 -0500
committerNick Mathewson <nickm@torproject.org>2015-01-13 13:42:20 -0500
commit73ccf0b33f13ecd9e9e3e481576c5132b9b79a6e (patch)
treee70236a3a8aabc79fc36bfc9621e62424c0f6896 /src/test/test_entryconn.c
parent9d0fab9872807ef212fadb3feb299cf6309a185f (diff)
downloadtor-73ccf0b33f13ecd9e9e3e481576c5132b9b79a6e.tar.gz
tor-73ccf0b33f13ecd9e9e3e481576c5132b9b79a6e.zip
Uncomment a test
Diffstat (limited to 'src/test/test_entryconn.c')
-rw-r--r--src/test/test_entryconn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_entryconn.c b/src/test/test_entryconn.c
index 0d0f2b0b5e..0ff353d0e8 100644
--- a/src/test/test_entryconn.c
+++ b/src/test/test_entryconn.c
@@ -687,7 +687,7 @@ test_entryconn_rewrite_mapaddress_automap_onion2(void *arg)
ec2->socks_request->command = SOCKS_COMMAND_RESOLVE;
connection_ap_handshake_rewrite(ec2, &rr);
- // tt_int_op(rr.automap, OP_EQ, 1);
+ tt_int_op(rr.automap, OP_EQ, 1);
tt_int_op(rr.should_close, OP_EQ, 0);
tt_int_op(rr.end_reason, OP_EQ, 0);
tt_i64_op(rr.map_expires, OP_EQ, TIME_MAX);