Enlightenment CVS committal

Author  : cedric
Project : e17
Module  : proto/eina

Dir     : e17/proto/eina/src/tests


Modified Files:
        eina_test_error.c 


Log Message:
Remove warning fix test covering.


===================================================================
RCS file: /cvs/e/e17/proto/eina/src/tests/eina_test_error.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- eina_test_error.c   6 Aug 2008 18:15:24 -0000       1.3
+++ eina_test_error.c   8 Aug 2008 12:29:13 -0000       1.4
@@ -17,6 +17,7 @@
  */
 
 #include <stdlib.h>
+#include <stdio.h>
 
 #include "eina_suite.h"
 #include "eina_error.h"
@@ -60,6 +61,7 @@
    eina_error_init();
 
    eina_error_log_level_set(EINA_ERROR_LEVEL_DBG);
+   eina_error_print_cb_set(eina_error_print_cb_file, stderr);
 
    EINA_ERROR_PERR("An error\n");
    EINA_ERROR_PINFO("An info\n");



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to