Update ms2 and remove debug test

This commit is contained in:
Gautier Pelloux-Prayer 2014-11-25 15:37:11 +01:00
parent c0e80d83d8
commit 1d75349823
2 changed files with 1 additions and 2 deletions

@ -1 +1 @@
Subproject commit 656c9ed2e7bfc053b87ab0c1c945dd37d689f82c
Subproject commit 7e4bdef10dd32b6c9fbc7c84994dd23c5af87597

View file

@ -1158,7 +1158,6 @@ static void call_paused_resumed_with_loss(void) {
wait_for_until(pauline->lc, marie->lc, NULL, 5, 4000);
stats = rtp_session_get_stats(call_pauline->sessions->rtp_session);
linphone_core_pause_call(pauline->lc,call_pauline);
CU_ASSERT_TRUE(wait_for(pauline->lc,marie->lc,&pauline->stat.number_of_LinphoneCallPausing,1));
CU_ASSERT_TRUE(wait_for(pauline->lc,marie->lc,&marie->stat.number_of_LinphoneCallPausedByRemote,1));