~phablet-team/telephony-service/fix_register_service

« back to all changes in this revision

Viewing changes to tests/handler/HandlerTest.cpp

  • Committer: CI Train Bot
  • Author(s): Tiago Salem Herrmann
  • Date: 2016-04-11 17:38:46 UTC
  • mfrom: (1184.1.1 telephony-service)
  • Revision ID: ci-train-bot@canonical.com-20160411173846-yv312eo3cvg7dutm
Fix HandlerTest flaky test.
Approved by: Gustavo Pichorim Boiko, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
    mApprover->acceptCall();
185
185
 
186
186
    waitForCallActive(callerId);
 
187
    
 
188
    TRY_VERIFY(HandlerController::instance()->hasCalls());
187
189
 
188
190
    // wait until the call properties are changed
189
191
    TRY_VERIFY(handlerCallPropertiesSpy.count() > 0);