mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
fix ipv6 test
This commit is contained in:
parent
9357c20551
commit
1a9adcd1ca
1 changed files with 1 additions and 1 deletions
|
|
@ -690,7 +690,7 @@ static void call_with_ipv6(void) {
|
|||
ct_addr=linphone_address_new(contact);
|
||||
CU_ASSERT_PTR_NOT_NULL(ct_addr);
|
||||
if (ct_addr){
|
||||
CU_ASSERT_TRUE(linphone_address_get_domain(ct_addr)[0]=='[');
|
||||
CU_ASSERT_TRUE(strchr(linphone_address_get_domain(ct_addr),':')!=NULL);
|
||||
}
|
||||
linphone_address_destroy(ct_addr);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue