summaryrefslogtreecommitdiff
path: root/auto_tests/toxav_many_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/toxav_many_test.c')
-rw-r--r--auto_tests/toxav_many_test.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/auto_tests/toxav_many_test.c b/auto_tests/toxav_many_test.c
index f22043e1..4287118f 100644
--- a/auto_tests/toxav_many_test.c
+++ b/auto_tests/toxav_many_test.c
@@ -302,11 +302,11 @@ START_TEST(test_AV_three_calls)
302 } 302 }
303 303
304 304
305 if (tox_get_connection_status(bootstrap_node) && 305 if (tox_self_get_connection_status(bootstrap_node) &&
306 tox_get_connection_status(caller) && 306 tox_self_get_connection_status(caller) &&
307 tox_get_connection_status(callees[0]) && 307 tox_self_get_connection_status(callees[0]) &&
308 tox_get_connection_status(callees[1]) && 308 tox_self_get_connection_status(callees[1]) &&
309 tox_get_connection_status(callees[2]) && off) { 309 tox_self_get_connection_status(callees[2]) && off) {
310 printf("Toxes are online, took %llu seconds\n", time(NULL) - cur_time); 310 printf("Toxes are online, took %llu seconds\n", time(NULL) - cur_time);
311 off = 0; 311 off = 0;
312 } 312 }