Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_text.c 


Log Message:
- use tree2 for the unit tests

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/text/ewl_text.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- ewl_text.c  4 Jan 2007 05:09:44 -0000       1.7
+++ ewl_text.c  14 Mar 2007 00:09:39 -0000      1.8
@@ -88,10 +88,10 @@
 static int text_invalid_utf8_set_get(char *buf, int len);
 
 static Ewl_Unit_Test text_unit_tests[] = {
-               {"text set/get", text_test_set_get},    
-               {"valid UTF-8 text set/get", text_valid_utf8_set_get},  
-               {"invalid UTF-8 text set/get", text_invalid_utf8_set_get},      
-               {NULL, NULL}
+               {"text set/get", text_test_set_get, -1, NULL},
+               {"valid UTF-8 text set/get", text_valid_utf8_set_get, -1, NULL},
+               {"invalid UTF-8 text set/get", text_invalid_utf8_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