Update routerset reset test to use new mgr API.

This commit is contained in:
Nick Mathewson 2019-09-04 08:42:34 -04:00
parent 17a870a64b
commit c683896b7c

View file

@ -610,7 +610,7 @@ test_confparse_reset(void *arg)
tt_int_op(tst->interval, OP_EQ, 10); tt_int_op(tst->interval, OP_EQ, 10);
tt_ptr_op(tst->routerset, OP_NE, NULL); tt_ptr_op(tst->routerset, OP_NE, NULL);
config_reset_line(&test_fmt, tst, "routerset", 0); config_reset_line(mgr, tst, "routerset", 0);
tt_ptr_op(tst->routerset, OP_EQ, NULL); tt_ptr_op(tst->routerset, OP_EQ, NULL);
done: done: