Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_widget.c 


Log Message:
- use tree2 for the unit tests

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/widget/ewl_widget.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_widget.c        7 Jan 2007 05:23:02 -0000       1.5
+++ ewl_widget.c        14 Mar 2007 00:09:39 -0000      1.6
@@ -115,10 +115,10 @@
 static int data_test_set_remove(char *buf, int len);
 
 static Ewl_Unit_Test widget_unit_tests[] = {
-               {"widget appearance set/get", appearance_test_set_get}, 
-               {"widget data set/get", data_test_set_get},     
-               {"widget data set/remove", data_test_set_remove},       
-               {NULL, NULL}
+               {"widget appearance set/get", appearance_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},
+               {NULL, NULL, -1, NULL}
        };
 
 void 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to