If temporary Network connection is failure happen, this tc try one more.
It will show test failure if the tc fail happen for the second working time.
Change-Id: I40ce3c17e93ea041a930b3257e5cd198fcd1a22f
static Evas_Object *main_win = NULL;
static Evas_Object *map = NULL;
static Elm_Map_Route *route = NULL;
+static int repeat_count1 = 0;
static Eina_Bool success = EINA_FALSE;
*/
START_TEST(utc_elm_map_route_distance_get_p)
{
+ ll: ;
double distance = 0.0;
const char **sources = NULL;
success = EINA_FALSE;
elm_run();
if (success != EINA_TRUE)
{
+ if(repeat_count1 == 0)
+ {
+ repeat_count1++;
+ goto ll;
+ }
route = NULL;
ck_abort_msg("[TEST_FAIL]:: %s[%d] : Test has failed, ..", __FILE__, __LINE__);
}