Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin Modified Files: main.c Log Message: - fix print statement - remove note about something thats been fixed =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/main.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -3 -r1.25 -r1.26 --- main.c 15 Mar 2006 21:59:38 -0000 1.25 +++ main.c 8 Apr 2006 21:05:24 -0000 1.26 @@ -230,7 +230,7 @@ /* make sure we have a function if we aren't a straight unit test */ if ((t->type != EWL_TEST_TYPE_UNIT) && (!t->func)) { - printf("Warning: Not UI test function defined.\n"); + printf("Warning: No UI test function defined.\n"); return; } @@ -262,7 +262,6 @@ list2 = ecore_list_new(); if (!list2) return 0; - /* XXX change this when we have real auto* */ snprintf(buf, sizeof(buf), "%s", PACKAGE_LIB_DIR "/tests"); list = ecore_file_ls(buf); if (list && ecore_list_nodes(list) > 0) ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs