IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6213


Ignore:
Timestamp:
Jan 26, 2006, 1:44:18 PM (20 years ago)
Author:
drobbin
Message:

Fixed error message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/types/tst_psMetadata_07.c

    r6195 r6213  
    1616*  @author  David Robbins, MHPCC
    1717*
    18 *  @version $Revision: 1.19 $  $Name: not supported by cvs2svn $
    19 *  @date  $Date: 2006-01-26 00:46:54 $
     18*  @version $Revision: 1.20 $  $Name: not supported by cvs2svn $
     19*  @date  $Date: 2006-01-26 23:44:18 $
    2020*
    2121*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    292292
    293293    //Return NULL for NULL input Metadata
     294    psLogMsg(__func__,PS_LOG_INFO,"Following should generate error message");
    294295    test = psMetadataCopy(test, empty);
    295296    if (test != NULL) {
Note: See TracChangeset for help on using the changeset viewer.