Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_image.c 


Log Message:
- use tree2 for the unit tests

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/image/ewl_image.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_image.c 3 Mar 2007 02:26:45 -0000       1.5
+++ ewl_image.c 14 Mar 2007 00:09:38 -0000      1.6
@@ -92,11 +92,11 @@
 static int constrain_test_set_get(char *buf, int len);
 
 static Ewl_Unit_Test image_unit_tests[] = {
-               {"image path set/get", path_test_set_get},      
-               {"image scale set/get", scale_test_set_get},    
-               {"image size set/get", size_test_set_get},      
-               {"image constrain set/get", constrain_test_set_get},    
-               {NULL, NULL}
+               {"image path set/get", path_test_set_get, -1, NULL},
+               {"image scale set/get", scale_test_set_get, -1, NULL},
+               {"image size set/get", size_test_set_get, -1, NULL},
+               {"image constrain set/get", constrain_test_set_get, -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