Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_container.c 


Log Message:
- use tree2 for the unit tests

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/container/ewl_container.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_container.c     4 Jan 2007 05:09:39 -0000       1.2
+++ ewl_container.c     14 Mar 2007 00:09:38 -0000      1.3
@@ -8,8 +8,8 @@
 static int switch_parents(char *buf, int len);
 
 static Ewl_Unit_Test container_unit_tests[] = {
-               {"switch parents", switch_parents},     
-               {NULL, NULL}
+               {"switch parents", switch_parents, -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