X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=TC%2Felm_ts%2Fscrolled_entry%2Futc_UIFW_elm_scrolled_entry_editable_set_func.c;h=6ea3949655b0e1fecc1d2072d9d1a8dace2a9cf7;hb=085f8b3d9977eea45fab8f43878bb432ba029df4;hp=72167308e5cc6781c4cc6ae85f4be04b09b3bdb7;hpb=da71be5a4d80b16d4c734a2e52bc9672ee692cae;p=framework%2Fuifw%2Felementary.git diff --git a/TC/elm_ts/scrolled_entry/utc_UIFW_elm_scrolled_entry_editable_set_func.c b/TC/elm_ts/scrolled_entry/utc_UIFW_elm_scrolled_entry_editable_set_func.c index 7216730..6ea3949 100644 --- a/TC/elm_ts/scrolled_entry/utc_UIFW_elm_scrolled_entry_editable_set_func.c +++ b/TC/elm_ts/scrolled_entry/utc_UIFW_elm_scrolled_entry_editable_set_func.c @@ -54,7 +54,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); } static void cleanup(void) @@ -80,7 +80,7 @@ static void utc_UIFW_elm_scrolled_entry_editable_set_func_01(void) tet_result(TET_PASS); tet_infoline("[[ TET_MSG ]]::[ID]:TC_01, [TYPE]: Positive, [RESULT]:PASS, Setting the editable attribute of the scrolled entry had succeed."); - + }