From 94323ef6180994b5bbb71dd307965afb1572ed5c Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 29 Nov 2012 22:10:24 +0000 Subject: [PATCH] maybe dont add test_frame... since it isnt there as a file? SVN revision: 79857 --- legacy/elementary/src/bin/test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/legacy/elementary/src/bin/test.c b/legacy/elementary/src/bin/test.c index dbf887e28b..3f2356ecdc 100644 --- a/legacy/elementary/src/bin/test.c +++ b/legacy/elementary/src/bin/test.c @@ -32,7 +32,6 @@ void test_transit8(void *data, Evas_Object *obj, void *event_info); void test_transit9(void *data, Evas_Object *obj, void *event_info); void test_fileselector_button(void *data, Evas_Object *obj, void *event_info); void test_fileselector_entry(void *data, Evas_Object *obj, void *event_info); -void test_frame(void *data, Evas_Object *obj, void *event_info); void test_clock(void *data, Evas_Object *obj, void *event_info); void test_clock2(void *data, Evas_Object *obj, void *event_info); void test_clock3(void *data, Evas_Object *obj, void *event_info); @@ -497,7 +496,6 @@ add_tests: ADD_TEST(NULL, "Containers", "Box Horiz", test_box_horiz); ADD_TEST(NULL, "Containers", "Box Homogeneous", test_box_homo); ADD_TEST(NULL, "Containers", "Box Transition", test_box_transition); - ADD_TEST(NULL, "Containers", "Frame", test_frame); ADD_TEST(NULL, "Containers", "Table", test_table); ADD_TEST(NULL, "Containers", "Table Homogeneous", test_table2); ADD_TEST(NULL, "Containers", "Table 3", test_table3);