Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_filepicker.c 


Log Message:
- fix the filepicker unit test
- add a statusbar to the ewl_test app
- when unit tests run from the command line they will return the number of
  failures

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_filepicker.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_filepicker.c    10 Apr 2006 04:43:17 -0000      1.1
+++ ewl_filepicker.c    13 Apr 2006 15:28:25 -0000      1.2
@@ -164,7 +164,7 @@
        Ewl_Widget *fp;
        char *t;
        int i = 0, ret = 1;
-       char *rez[] = {"/foo", "/bar", "/baz", "/test"};
+       char *rez[] = {"/foo/bar/baz/test", "/foo/bar/baz", "/foo/bar", "/foo", 
"/"};
 
        fp = ewl_filepicker_new();
        ewl_filepicker_directory_set(EWL_FILEPICKER(fp),




-------------------------------------------------------
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

Reply via email to