If temporary Network connection is failure happen when utc_elm_map_route_node_get_p function testing.
This tc try one more.
It will show test failure if the tc fail happen for the second working time.
Change-Id: I806511eb2fd888a0471d38f2f775ef4a45e1574a
static Evas_Object *map = NULL;
Elm_Map_Route *route = NULL;
static int repeat_count3 = 0;
+static int repeat_count5 = 0;
static void _route_loaded_fail(void* data, Evas_Object* obj, void* event_info)
{
*/
START_TEST(utc_elm_map_route_node_get_p)
{
+ ll: ;
const char *nodes = NULL;
if (route == NULL)
if (nodes == NULL)
{
+ if(repeat_count5 == 0)
+ {
+ repeat_count5++;
+ goto ll;
+ }
ck_abort_msg("[TEST_FAIL]:: %s[%d] : Test has failed..", __FILE__, __LINE__);
}
printf("[TEST_PASS]:: %s[%d] : Test has passed..\n", __FILE__, __LINE__);