From: WooHyun Jung Date: Fri, 11 Feb 2011 02:03:05 +0000 (+0900) Subject: [TC] entry TC is fixed X-Git-Tag: REL_I9200_20110603-1~365^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84e9f262edc1638e1a85f98207957716ef95fb08;p=framework%2Fuifw%2Felementary.git [TC] entry TC is fixed --- diff --git a/TC/elm_ts/entry/utc_UIFW_elm_entry_add_func.c b/TC/elm_ts/entry/utc_UIFW_elm_entry_add_func.c index d3895b8..a78a406 100644 --- a/TC/elm_ts/entry/utc_UIFW_elm_entry_add_func.c +++ b/TC/elm_ts/entry/utc_UIFW_elm_entry_add_func.c @@ -73,10 +73,7 @@ static void cleanup(void) static void utc_UIFW_elm_entry_add_func_01(void) { Evas_Object *entry = NULL; - Evas *e; - e = evas_object_evas_get(main_win); - entry= elm_entry_add(e); - evas_object_show(entry); + entry= elm_entry_add(main_win); if (!entry) { tet_infoline("elm_entry_add() failed in positive test case"); tet_result(TET_FAIL); @@ -91,8 +88,6 @@ static void utc_UIFW_elm_entry_add_func_01(void) static void utc_UIFW_elm_entry_add_func_02(void) { Evas_Object *entry = NULL; - Evas *e; - e = evas_object_evas_get(main_win); entry = elm_entry_add(NULL); evas_object_show(entry); if (entry) {