Enlightenment CVS committal Author : mej Project : eterm Module : libast
Dir : eterm/libast/test Modified Files: test.c Log Message: Wed Mar 10 17:58:14 2004 Michael Jennings (mej) Added array and dlinked_list implementations of the map interface. =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/test/test.c,v retrieving revision 1.40 retrieving revision 1.41 diff -u -3 -r1.40 -r1.41 --- test.c 10 Mar 2004 22:07:31 -0000 1.40 +++ test.c 10 Mar 2004 22:50:21 -0000 1.41 @@ -21,7 +21,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -static const char cvs_ident[] = "$Id: test.c,v 1.40 2004/03/10 22:07:31 mej Exp $"; +static const char cvs_ident[] = "$Id: test.c,v 1.41 2004/03/10 22:50:21 mej Exp $"; #if defined(HAVE_CONFIG_H) && (HAVE_CONFIG_H != 0) # include <config.h> @@ -1456,11 +1456,10 @@ spif_iterator_t it; size_t j; - for (i = 0; i < 1; i++) { + for (i = 0; i < 3; i++) { if (i == 0) { TEST_NOTICE("*** Testing map interface, linked_list class:"); testmap = SPIF_MAP_NEW(linked_list); -#if 0 } else if (i == 1) { TEST_NOTICE("*** Testing map interface, dlinked_list class:"); testmap = SPIF_MAP_NEW(dlinked_list); @@ -1468,7 +1467,6 @@ TEST_NOTICE("*** Testing map interface, array class:"); testmap = SPIF_MAP_NEW(array); } else if (i == 3) { -#endif } TEST_BEGIN("SPIF_MAP_SET() macro"); ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs