sync genlist widget test window title with the test's name
authordiscomfitor <michael.blumenkrantz@gmail.com>
Sun, 15 Dec 2013 22:21:23 +0000 (17:21 -0500)
committerdiscomfitor <michael.blumenkrantz@gmail.com>
Sun, 15 Dec 2013 22:21:23 +0000 (17:21 -0500)
probably all the tests for elm should have the function name + window name + button name be the same to make it easier to navigate

legacy/elementary/src/bin/test_genlist.c

index 0c09641..72df67c 100644 (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);