summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEniz Vukovic <eniz_vukovic@hotmail.com>2015-10-11 00:43:05 +0200
committerEniz Vukovic <eniz_vukovic@hotmail.com>2015-10-11 00:43:05 +0200
commite5ddc0af03d2852fbfb723a48e6e99dfbdb63a82 (patch)
treeb15243b43d666efc7462825fa7ac17cb7011e019
parent8f130b6f256badd93e96c6a7d074d461c6fe106d (diff)
Test should not assert when hangup fails
-rw-r--r--auto_tests/toxav_many_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/auto_tests/toxav_many_test.c b/auto_tests/toxav_many_test.c
index 7dc82c6f..9819b694 100644
--- a/auto_tests/toxav_many_test.c
+++ b/auto_tests/toxav_many_test.c
@@ -192,7 +192,6 @@ void* call_thread(void* pd)
192 192
193 if (rc != TOXAV_ERR_CALL_CONTROL_OK) { 193 if (rc != TOXAV_ERR_CALL_CONTROL_OK) {
194 printf("toxav_call_control failed: %d %p %p\n", rc, AliceAV, BobAV); 194 printf("toxav_call_control failed: %d %p %p\n", rc, AliceAV, BobAV);
195 ck_assert(0);
196 } 195 }
197 } 196 }
198 197