Changeset 3710


Ignore:
Timestamp:
Aug 18, 2011 5:26:11 PM (13 years ago)
Author:
nanang
Message:

Re #1346 (python test fixes): Updated string pattern constants as some pjsua log messages has been changed in 2.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/tests/pjsua/inc_const.py

    r2052 r3710  
    2828 
    2929# Media call is put on-hold 
    30 MEDIA_HOLD = "Media for call [0-9]+ is suspended.*hold" 
     30MEDIA_HOLD = "Call [0-9]+ media [0-9]+ .*, status is .* hold" 
    3131# Media call is active 
    32 MEDIA_ACTIVE = "Media for call [0-9]+ is active" 
     32MEDIA_ACTIVE = "Call [0-9]+ media [0-9]+ .*, status is Active" 
     33#MEDIA_ACTIVE = "Media for call [0-9]+ is active" 
    3334# RX_DTMF 
    3435RX_DTMF = "Incoming DTMF on call [0-9]+: " 
Note: See TracChangeset for help on using the changeset viewer.