[ITC][system-settings][NonACR][TFDF-1944, Fail when run automation for TW3 profile] 68/205768/3
authorPriya Kohli <priya.kohli@samsung.com>
Thu, 9 May 2019 05:30:21 +0000 (11:00 +0530)
committermanoj gupta <manoj.g2@samsung.com>
Thu, 9 May 2019 06:14:31 +0000 (06:14 +0000)
Change-Id: I3bba709bd8acc5c146116376a4495fa0d9f630cb
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
src/itc/system-settings/ITs-system-settings.c

index 446a38e703bdd5c1267df4b08772749af12f62e8..02b27941babc6f28add8d43c46331630ff97770b 100755 (executable)
@@ -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
                        {