|
@@ -2014,7 +2014,7 @@ test_dir_dirserv_read_measured_bandwidths(void *arg)
|
|
|
|
|
|
/* Read the bandwidth file */
|
|
/* Read the bandwidth file */
|
|
setup_full_capture_of_logs(LOG_DEBUG);
|
|
setup_full_capture_of_logs(LOG_DEBUG);
|
|
- tt_int_op(0, OP_EQ, dirserv_read_measured_bandwidths(fname, NULL));
|
|
|
|
|
|
+ tt_int_op(0, OP_EQ, dirserv_read_measured_bandwidths(fname, NULL, NULL));
|
|
expect_log_msg_containing("Ignoring bandwidth file line");
|
|
expect_log_msg_containing("Ignoring bandwidth file line");
|
|
teardown_capture_of_logs();
|
|
teardown_capture_of_logs();
|
|
|
|
|
|
@@ -2032,7 +2032,7 @@ test_dir_dirserv_read_measured_bandwidths(void *arg)
|
|
|
|
|
|
/* Read the bandwidth file */
|
|
/* Read the bandwidth file */
|
|
setup_full_capture_of_logs(LOG_DEBUG);
|
|
setup_full_capture_of_logs(LOG_DEBUG);
|
|
- tt_int_op(0, OP_EQ, dirserv_read_measured_bandwidths(fname, NULL));
|
|
|
|
|
|
+ tt_int_op(0, OP_EQ, dirserv_read_measured_bandwidths(fname, NULL, NULL));
|
|
expect_log_msg_not_containing("Ignoring bandwidth file line");
|
|
expect_log_msg_not_containing("Ignoring bandwidth file line");
|
|
teardown_capture_of_logs();
|
|
teardown_capture_of_logs();
|
|
|
|
|