seoz pushed a commit to branch master.

commit 0dec0549f968faf7b3a48379c449ac79674c6d7f
Author: Daniel Juyung Seo <[email protected]>
Date:   Tue Sep 3 13:26:16 2013 +0900

    test.c: removed space from some test case names.
---
 src/bin/test.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/bin/test.c b/src/bin/test.c
index e98c735..9bbec15 100644
--- a/src/bin/test.c
+++ b/src/bin/test.c
@@ -680,19 +680,19 @@ add_tests:
    ADD_TEST(NULL, "Selectors", "Index", test_index);
    ADD_TEST(NULL, "Selectors", "Index 2", test_index2);
    ADD_TEST(NULL, "Selectors", "Index Horizontal", test_index_horizontal);
-   ADD_TEST(NULL, "Selectors", "File Selector", test_fileselector);
-   ADD_TEST(NULL, "Selectors", "File Selector Entry", test_fileselector_entry);
-   ADD_TEST(NULL, "Selectors", "File Selector Button", 
test_fileselector_button);
+   ADD_TEST(NULL, "Selectors", "FileSelector", test_fileselector);
+   ADD_TEST(NULL, "Selectors", "FileSelector Entry", test_fileselector_entry);
+   ADD_TEST(NULL, "Selectors", "FileSelector Button", 
test_fileselector_button);
    ADD_TEST(NULL, "Selectors", "Actionslider", test_actionslider);
    ADD_TEST(NULL, "Selectors", "Menu", test_menu);
    ADD_TEST(NULL, "Selectors", "Menu 2", test_menu2);
-   ADD_TEST(NULL, "Selectors", "Disk Selector", test_diskselector);
-   ADD_TEST(NULL, "Selectors", "Color Selector", test_colorselector);
-   ADD_TEST(NULL, "Selectors", "Segment Control", test_segment_control);
+   ADD_TEST(NULL, "Selectors", "DiskSelector", test_diskselector);
+   ADD_TEST(NULL, "Selectors", "ColorSelector", test_colorselector);
+   ADD_TEST(NULL, "Selectors", "SegmentControl", test_segment_control);
    ADD_TEST(NULL, "Selectors", "Hoversel", test_hoversel);
    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", "FlipSelector", test_flipselector);
+   ADD_TEST(NULL, "Selectors", "DaySelector", test_dayselector);
    ADD_TEST(NULL, "Selectors", "Main menu", test_main_menu);
 
 

-- 

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk

Reply via email to