mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 14:18:07 +00:00
proxy_config_tester.c: remove debug code
This commit is contained in:
parent
7fe0661be6
commit
65efc10c79
1 changed files with 0 additions and 2 deletions
|
|
@ -25,8 +25,6 @@ const char* phone_normalization(LinphoneProxyConfig *proxy, const char* in) {
|
|||
}
|
||||
|
||||
static void phone_normalization_without_proxy() {
|
||||
|
||||
BC_ASSERT_TRUE(0);
|
||||
BC_ASSERT_STRING_EQUAL(phone_normalization(NULL, "012 345 6789"), "0123456789");
|
||||
BC_ASSERT_STRING_EQUAL(phone_normalization(NULL, "+33123456789"), "+33123456789");
|
||||
BC_ASSERT_STRING_EQUAL(phone_normalization(NULL, "+33012345678"), "+33012345678");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue