mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-01 18:59:25 +00:00
Add a comment to explain why a test can fail.
This commit is contained in:
parent
004f393f47
commit
73d742480b
1 changed files with 2 additions and 0 deletions
|
|
@ -235,6 +235,8 @@ static bool_t subscribe_to_callee_presence(LinphoneCoreManager* caller_mgr,Linph
|
|||
return result;
|
||||
|
||||
}
|
||||
|
||||
/* BEWARE this test will fail if the machine it is run on is behind an active firewall not sending ICMP errors on incoming connections! */
|
||||
static void subscribe_failure_handle_by_app(void) {
|
||||
LinphoneCoreManager* marie = linphone_core_manager_new("marie_rc");
|
||||
LinphoneCoreManager* pauline = linphone_core_manager_new("pauline_tcp_rc");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue