summaryrefslogtreecommitdiff
path: root/auto_tests/toxav_many_test.c
diff options
context:
space:
mode:
authorDubslow <bunslow@gmail.com>2015-03-18 14:18:36 -0500
committerDubslow <bunslow@gmail.com>2015-03-18 14:18:36 -0500
commit2f65de6fd1a3c83e0754898ab45da006917223ff (patch)
treef7877eb3190ee468daf1bd072254e01731d21464 /auto_tests/toxav_many_test.c
parentad87dbb470cb9b223c66727ab6ad615f46e73a37 (diff)
Move get_connection_status to self pseudonamespace, to contrast friend_get_connection_status
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 }