Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests/widget


Modified Files:
        ewl_widget.c 


Log Message:
Add a quiet flag to unit tests to suppress stderr.
Test for quiet flag and temporarily redirect stderr to /dev/null.
Allow disabling the stderr redirect by passing the -d arg.
Re-order unit test fields to eliminate holes.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/widget/ewl_widget.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- ewl_widget.c        10 Nov 2007 22:40:42 -0000      1.14
+++ ewl_widget.c        11 Nov 2007 08:03:40 -0000      1.15
@@ -132,25 +132,25 @@
 static int realize_reveal_unrealize(char *buf, int len);
 
 static Ewl_Unit_Test widget_unit_tests[] = {
-               {"widget appearance set/get", appearance_test_set_get, -1, 
NULL},
-               {"widget inheritance set/get", inheritance_test_set_get, -1, 
NULL},
-               {"widget internal set/get", internal_test_set_get, -1, NULL},
-               {"widget clipped set/get", clipped_test_set_get, -1, NULL},
-               {"widget data set/get", data_test_set_get, -1, NULL},
-               {"widget data set/remove", data_test_set_remove, -1, NULL},
-               {"widget_new", widget_new, -1, NULL},
-               {"widget_init state", init, -1, NULL},
-               {"widget_show state", show, -1, NULL},
-               {"widget_realize state", realize, -1, NULL},
-               {"widget realize unrealize state", realize_unrealize, -1, NULL},
-               {"widget_parent_set state", parent_set, -1, NULL},
-               {"widget parent set while shown state", parent_set_show, -1, 
NULL},
-               {"widget Reparent unrealized state", reparent_unrealized, -1, 
NULL},
-               {"widget reparent realized state", reparent_realized, -1, NULL},
-               {"widget realize then reveal state", realize_reveal, -1, NULL},
-               {"widget realize reveal obscure state", realize_reveal_obscure, 
-1, NULL},
-               {"widget realize reveal unrealize state", 
realize_reveal_unrealize, -1, NULL},
-               {NULL, NULL, -1, NULL}
+               {"widget appearance set/get", appearance_test_set_get, NULL, 
-1, 0},
+               {"widget inheritance set/get", inheritance_test_set_get, NULL, 
-1, 0},
+               {"widget internal set/get", internal_test_set_get, NULL, -1, 0},
+               {"widget clipped set/get", clipped_test_set_get, NULL, -1, 0},
+               {"widget data set/get", data_test_set_get, NULL, -1, 0},
+               {"widget data set/remove", data_test_set_remove, NULL, -1, 0},
+               {"widget_new", widget_new, NULL, -1, 0},
+               {"widget_init state", init, NULL, -1, 0},
+               {"widget_show state", show, NULL, -1, 0},
+               {"widget_realize state", realize, NULL, -1, 0},
+               {"widget realize unrealize state", realize_unrealize, NULL, -1, 
0},
+               {"widget_parent_set state", parent_set, NULL, -1, 0},
+               {"widget parent set while shown state", parent_set_show, NULL, 
-1, 0},
+               {"widget Reparent unrealized state", reparent_unrealized, NULL, 
-1, 0},
+               {"widget reparent realized state", reparent_realized, NULL, -1, 
0},
+               {"widget realize then reveal state", realize_reveal, NULL, -1, 
0},
+               {"widget realize reveal obscure state", realize_reveal_obscure, 
NULL, -1, 0},
+               {"widget realize reveal unrealize state", 
realize_reveal_unrealize, NULL, -1, 0},
+               {NULL, NULL, NULL, -1, 0}
        };
 
 void



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to