seoz pushed a commit to branch master.

commit 765926bd7e58692e0d5f68ec0b7813f959ff0c0a
Author: Daniel Juyung Seo <[email protected]>
Date:   Fri Aug 16 13:13:36 2013 +0900

    test.c: remove 's' from buttons and radios test name.
---
 src/bin/test.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/test.c b/src/bin/test.c
index 0a3f08b..02945f5 100644
--- a/src/bin/test.c
+++ b/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);

-- 

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk

Reply via email to