IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 7, 2005, 5:17:01 PM (21 years ago)
Author:
evanalst
Message:

Update test case to check for error message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/collections/tst_psPixels.c

    r3977 r4146  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.2 $
     7 *  @version $Revision: 1.3 $
    88 *           $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-05-19 05:18:20 $
     9 *  @date $Date: 2005-06-08 03:17:01 $
    1010 *
    1111 *  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
     
    2424testDescription tests[] = {
    2525                              {testPixelsAlloc,860,"psPixelsAlloc",0,false},
    26                               {testPixelsRealloc,861,"psPixelsRealloc",0,false},
    27                               {testPixelsCopy,862,"psPixelsCopy",0,false},
    28                               {testPixelsToMask,863,"psPixelsToMask",0,false},
    29                               {testPixelsFromMask,864,"psPixelsFromMask",0,false},
    30                               {testPixelsConcatenate,865,"psPixelsConcatenate",0,false},
     26                              {testPixelsRealloc,862,"psPixelsRealloc",0,false},
     27                              {testPixelsCopy,863,"psPixelsCopy",0,false},
     28                              {testPixelsToMask,864,"psPixelsToMask",0,false},
     29                              {testPixelsFromMask,865,"psPixelsFromMask",0,false},
     30                              {testPixelsConcatenate,866,"psPixelsConcatenate",0,false},
    3131                              {NULL}
    3232                          };
     
    304304    }
    305305
    306 
     306    // Attempt to copy from NULL input
     307    psLogMsg(__func__,PS_LOG_INFO,"Following should generate an error message for NULL input");
    307308    out2 = psPixelsCopy(out2,NULL);
    308309    if (out2 != NULL) {
Note: See TracChangeset for help on using the changeset viewer.