The evas_object_show() sets the focus on the object. Since the test
checks whether the ecore_evas_focus_set() works, it is a problem
when an extra focus is set.
Change-Id: Ic689fe50068150d729b7b9c0dd45fbea4fe19d49
ck_abort_msg("[TEST_FAIL]:: %s[%d] : Test has failed (startup was been executed unsuccessfully)..", __FILE__, __LINE__);
}
Evas_Object *bg;
- ecore_evas_show(ee);
bg = evas_object_rectangle_add(ecore_evas_get(ee));
evas_object_color_set(bg, 255, 128, 0, 255);
ck_abort_msg("[TEST_FAIL]:: %s[%d] : Test has failed (startup was been executed unsuccessfully)..", __FILE__, __LINE__);
}
Evas_Object *bg;
- ecore_evas_show(ee);
bg = evas_object_rectangle_add(ecore_evas_get(ee));
evas_object_color_set(bg, 128, 255, 0, 255);