Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests/filepicker Modified Files: ewl_filepicker.c Log Message: - use tree2 for the unit tests =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/filepicker/ewl_filepicker.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- ewl_filepicker.c 3 Mar 2007 02:26:45 -0000 1.4 +++ ewl_filepicker.c 14 Mar 2007 00:09:38 -0000 1.5 @@ -74,9 +74,9 @@ static int directory_test_path_split(char *buf, int len); static Ewl_Unit_Test filepicker_unit_tests[] = { - {"directory set/get", directory_test_set_get}, - {"directory path split", directory_test_path_split}, - {NULL, NULL} + {"directory set/get", directory_test_set_get, -1, NULL}, + {"directory path split", directory_test_path_split, -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