[genlist] change tc to compliant merged elm
[framework/uifw/elementary.git] / TC / elm_ts / genlist / utc_UIFW_elm_genlist_item_parent_get_func.c
index 9f7d2da..4105c54 100644 (file)
@@ -62,8 +62,8 @@ static void startup(void)
        evas_object_size_hint_align_set(genlist, EVAS_HINT_FILL, EVAS_HINT_FILL);
        evas_object_size_hint_weight_set(genlist, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
        itc.item_style = "1line_textonly";
-       itc.func.label_get = NULL;
-       itc.func.icon_get = NULL;
+       itc.func.text_get = NULL;
+       itc.func.content_get = NULL;
        itc.func.state_get = NULL;
        itc.func.del = NULL;
 }
@@ -83,7 +83,7 @@ static void cleanup(void)
  */
 static void utc_UIFW_elm_genlist_item_parent_get_func_01(void)
 {
-       Elm_Genlist_Item *item = NULL, *ret = NULL;
+       Elm_Object_Item *item = NULL, *ret = NULL;
 
        item = elm_genlist_last_item_get(genlist);
        ret = elm_genlist_item_parent_get(item);
@@ -96,7 +96,7 @@ static void utc_UIFW_elm_genlist_item_parent_get_func_01(void)
  */
 static void utc_UIFW_elm_genlist_item_parent_get_func_02(void)
 {
-       Elm_Genlist_Item  *ret = NULL;
+       Elm_Object_Item  *ret = NULL;
 
        ret = elm_genlist_item_parent_get(NULL);