IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4589 for trunk/psLib/test


Ignore:
Timestamp:
Jul 20, 2005, 3:40:10 PM (21 years ago)
Author:
drobbin
Message:

made minor changes in accordance with newest api-delta doc

Location:
trunk/psLib/test
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/math/tst_psMatrix04.c

    r4547 r4589  
    1313 *  @author  Ross Harman, MHPCC
    1414 *
    15  *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
    16  *  @date  $Date: 2005-07-13 02:47:00 $
     15 *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
     16 *  @date  $Date: 2005-07-21 01:40:10 $
    1717 *
    1818 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5151{
    5252    float det = 0.0f;
    53     float *det2 = NULL;
     53    float det2 = 0;
    5454    psImage *outImage = NULL;
    5555    psImage *inImage = NULL;
     
    120120    printPositiveTestHeader(stdout, "psMatrix", "Calculate determinant only");
    121121    det2 = psMatrixDeterminant(inImage);
    122     CHECK_VALUE(*det2);
    123     psFree(det2);
     122    CHECK_VALUE(det2);
    124123    det2 = psMatrixDeterminant(inImage32);
    125     CHECK_VALUE(*det2);
    126     psFree(det2);
     124    CHECK_VALUE(det2);
    127125    printFooter(stdout, "psMatrix", "Calculate determinant only", true);
    128126
  • trunk/psLib/test/types/verified/tst_psLookupTable_01.stderr

    r4547 r4589  
    88    Following should generate error message for invalid file name
    99<DATE><TIME>|<HOST>|E|psLookupTableAlloc (FILE:LINENO)
    10     Unallowable operation: fileName is NULL.
     10    Unallowable operation: filename is NULL.
    1111<DATE><TIME>|<HOST>|I|testLookupTableAlloc
    1212    Following should generate error message for invalid format string
  • trunk/psLib/test/types/verified/tst_psMetadataIO.stderr

    r4547 r4589  
    6565    Following should generate an error message for NULL file name arg
    6666<DATE><TIME>|<HOST>|E|psMetadataConfigParse (FILE:LINENO)
    67     Unallowable operation: fileName is NULL.
     67    Unallowable operation: filename is NULL.
    6868
    6969---> TESTPOINT PASSED (psMetadataConfigParse{psMetadataConfigParse} | tst_psMetadataIO.c)
Note: See TracChangeset for help on using the changeset viewer.