From: Daniel Juyung Seo Date: Fri, 16 Aug 2013 04:13:36 +0000 (+0900) Subject: test.c: remove 's' from buttons and radios test name. X-Git-Tag: upstream/1.20.0~7116^2~14^2~4176 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b87ed8f4fc4562f1a7ca220e5b0a2bbe1813f3aa;p=platform%2Fupstream%2Fefl.git test.c: remove 's' from buttons and radios test name. --- diff --git a/legacy/elementary/src/bin/test.c b/legacy/elementary/src/bin/test.c index 0a3f08b..02945f5 100644 --- a/legacy/elementary/src/bin/test.c +++ b/legacy/elementary/src/bin/test.c @@ -572,7 +572,7 @@ add_tests: ADD_TEST(NULL, "Entries", "Entry Emoticon", test_entry_emoticon); //------------------------------// - ADD_TEST(NULL, "Buttons", "Buttons", test_button); + ADD_TEST(NULL, "Buttons", "Button", test_button); //------------------------------// ADD_TEST(NULL, "Prefs", "Prefs", test_prefs); @@ -690,7 +690,7 @@ add_tests: ADD_TEST(NULL, "Selectors", "Color Selector", test_colorselector); ADD_TEST(NULL, "Selectors", "Segment Control", test_segment_control); ADD_TEST(NULL, "Selectors", "Hoversel", test_hoversel); - ADD_TEST(NULL, "Selectors", "Radios", test_radio); + ADD_TEST(NULL, "Selectors", "Radio", test_radio); ADD_TEST(NULL, "Selectors", "Flip Selector", test_flipselector); ADD_TEST(NULL, "Selectors", "Dayselector", test_dayselector); ADD_TEST(NULL, "Selectors", "Main menu", test_main_menu);