bin/check.py: added comment on sip_out

vseva/3.0
Victor Seva 13 years ago
parent a8f376831a
commit fa595bf348

@ -191,6 +191,7 @@ def check_sip_out(scen, msgs, test):
num_msgs = len(msgs)
num_scen = len(scen)
for i in (range(num_scen)):
test.comment("sip_out %d" % i)
if(i<num_msgs):
check_sip(scen[i], msgs[i], test)
else:

Loading…
Cancel
Save