Merge "naviframe - updated doc naviframe - updated signal names"
authorChunEon Park <chuneon.park@samsung.com>
Fri, 23 Sep 2011 00:39:00 +0000 (09:39 +0900)
committerGerrit Code Review <git@Maetan>
Fri, 23 Sep 2011 00:39:00 +0000 (09:39 +0900)
TC/elm_ts/genlist/utc_UIFW_elm_genlist_item_expanded_get_func.c

index d385453..80be942 100644 (file)
@@ -87,7 +87,7 @@ static void utc_UIFW_elm_genlist_item_expanded_get_func_01(void)
        Eina_Bool ret = EINA_FALSE;
 
        item = elm_genlist_item_append(genlist, &itc, (void *) 0, NULL,
-                       ELM_GENLIST_ITEM_NONE, NULL, NULL);
+                       ELM_GENLIST_ITEM_SUBITEMS, NULL, NULL);
        elm_genlist_item_expanded_set(item, 1);
 
        ret = elm_genlist_item_expanded_get(item);