Test should not assert when hangup fails

This commit is contained in:
Eniz Vukovic 2015-10-11 00:43:05 +02:00
parent 8f130b6f25
commit e5ddc0af03

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);
}
}