From: Priya Kohli Date: Thu, 9 May 2019 05:30:21 +0000 (+0530) Subject: [ITC][system-settings][NonACR][TFDF-1944, Fail when run automation for TW3 profile] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=074278000e9ecc1d7e7af4ced4ab8f21f5414df6;p=test%2Ftct%2Fnative%2Fapi.git [ITC][system-settings][NonACR][TFDF-1944, Fail when run automation for TW3 profile] Change-Id: I3bba709bd8acc5c146116376a4495fa0d9f630cb Signed-off-by: Priya Kohli --- diff --git a/src/itc/system-settings/ITs-system-settings.c b/src/itc/system-settings/ITs-system-settings.c index 446a38e70..02b27941b 100755 --- a/src/itc/system-settings/ITs-system-settings.c +++ b/src/itc/system-settings/ITs-system-settings.c @@ -344,12 +344,12 @@ int ITc_system_settings_get_value_int_p(void) key = e_System_Settings_Key[enum_counter]; nGetValue=-1; nRetVal = system_settings_get_value_int(key, &nGetValue);// Target APIs - if(g_bSystemSettingsFontNotSupported && e_System_Settings_Key[enum_counter] == SYSTEM_SETTINGS_KEY_FONT_SIZE) + if((g_bSystemSettingsFontNotSupported && e_System_Settings_Key[enum_counter] == SYSTEM_SETTINGS_KEY_FONT_SIZE) || (g_bSystemSettingsTelyphoneyNotSupported && e_System_Settings_Key[enum_counter] == SYSTEM_SETTINGS_KEY_ULTRA_DATA_SAVE)) { if ( nRetVal == SYSTEM_SETTINGS_ERROR_NOT_SUPPORTED ) { FPRINTF("\\n[Line : %d][%s] Feature Not Supported , error returned = %s", __LINE__, API_NAMESPACE, SystemSettingsGetError(nRetVal)); - return 0; + continue; } else {