sync genlist widget test window title with the test's name

probably all the tests for elm should have the function name + window name + button name be the same to make it easier to navigate
This commit is contained in:
discomfitor 2013-12-15 17:21:23 -05:00
parent c8d7bd43b8
commit 205b7b84cd
1 changed files with 1 additions and 1 deletions

View File

@ -3149,7 +3149,7 @@ test_genlist19(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event
int i;
api_data *api = calloc(1, sizeof(api_data));
win = elm_win_util_standard_add("genlist-full", "Genlist Full");
win = elm_win_util_standard_add("genlist-full", "Genlist Full Widget");
elm_win_autodel_set(win, EINA_TRUE);
evas_object_event_callback_add(win, EVAS_CALLBACK_FREE, _cleanup_cb, api);