[TC-editifield, entry] fix fails
[framework/uifw/elementary.git] / TC / elm_ts / editfield / utc_UIFW_elm_editfield_entry_eraser_set_func.c
index 3f0a9ba..29df972 100644 (file)
@@ -47,6 +47,7 @@ enum {
 struct tet_testlist tet_testlist[] = {
        { utc_UIFW_elm_editfield_entry_eraser_set_func_01, POSITIVE_TC_IDX },
        { utc_UIFW_elm_editfield_entry_eraser_set_func_02, NEGATIVE_TC_IDX },
+       { NULL, 0 }
 };
 
 static void startup(void)
@@ -54,7 +55,7 @@ static void startup(void)
        tet_infoline("[[ TET_MSG ]]:: ============ Startup ============ ");
        elm_init(0, NULL);
        main_win = elm_win_add(NULL, "main", ELM_WIN_BASIC);
-       evas_object_show(main_win);     
+       evas_object_show(main_win);
        ef = elm_editfield_add(main_win);
        evas_object_show(ef);
 }