IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 4, 2008, 2:09:04 PM (18 years ago)
Author:
eugene
Message:

merging from eam_branch_20080430 : cleanups for tests, minor fixes from tests, reduced verbosity level in some places, add UPDATE and RESET directives to MULTI and METADATA in config files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sys/tap_psString.c

    r13799 r17515  
    2020 *  @author  Eric Van Alst, MHPCC
    2121 *
    22  *  @version $Revision: 1.10 $  $Name: not supported by cvs2svn $
    23  *  @date  $Date: 2007-06-13 23:32:11 $
     22 *  @version $Revision: 1.11 $  $Name: not supported by cvs2svn $
     23 *  @date  $Date: 2008-05-05 00:09:04 $
    2424 *
    2525 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3838    psLogSetFormat("HLNM");
    3939    psLogSetLevel(PS_LOG_INFO);
    40     plan_tests(68);
     40    plan_tests(65);
    4141
    4242
     
    455455        psFree(str);
    456456
    457         char charStr[10];
    458         ok(!psMemCheckType(PS_DATA_STRING, charStr),
    459             "Input string is a psDataType");
     457        // XXX EAM this function raises an abort since we are trying to test a non-psLib memory block
     458        // char charStr[10];
     459        // ok(!psMemCheckType(PS_DATA_STRING, charStr), "Input string is a psDataType");
     460
    460461        ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
    461462    }
Note: See TracChangeset for help on using the changeset viewer.