Test should not assert when hangup fails

pull/1375/head
Eniz Vukovic 2015-10-11 00:43:05 +02:00
parent 8f130b6f25
commit e5ddc0af03
1 changed files with 0 additions and 1 deletions

View File

@ -192,7 +192,6 @@ void* call_thread(void* pd)
if (rc != TOXAV_ERR_CALL_CONTROL_OK) {
printf("toxav_call_control failed: %d %p %p\n", rc, AliceAV, BobAV);
ck_assert(0);
}
}