IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 30, 2007, 2:08:52 PM (19 years ago)
Author:
gusciora
Message:

Removed psLogMsg() calls from the test code.

File:
1 edited

Legend:

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

    r12781 r13084  
    2020 *  @author  Eric Van Alst, MHPCC
    2121 *
    22  *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
    23  *  @date  $Date: 2007-04-10 21:09:31 $
     22 *  @version $Revision: 1.9 $  $Name: not supported by cvs2svn $
     23 *  @date  $Date: 2007-05-01 00:08:52 $
    2424 *
    2525 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    2626 *
    2727 */
    28 
    2928#include <string.h>
    3029#include "pslib.h"
    3130#include "tap.h"
    3231#include "pstap.h"
    33 
    3432
    3533#define STR_0 "binky had a leeeetle lamb"
     
    409407        char** test = NULL;
    410408        //psStringCopy should return NULL for NULL input string
    411         //    psLogMsg(__func__,PS_LOG_INFO,"Following should generate error message");
     409        // Following should generate error message
    412410        output = psStringCopy(nullTest);
    413411        ok(output == NULL, "psStringCopy to return NULL for NULL input string");
     
    463461    }
    464462}
    465 // HERE
Note: See TracChangeset for help on using the changeset viewer.