IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 19, 2007, 5:57:25 PM (19 years ago)
Author:
jhoblitt
Message:

disable unnecessary diag() calls

File:
1 edited

Legend:

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

    r12512 r12513  
    2020 *  @author  Eric Van Alst, MHPCC
    2121 *
    22  *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
    23  *  @date  $Date: 2007-03-20 03:31:39 $
     22 *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
     23 *  @date  $Date: 2007-03-20 03:57:25 $
    2424 *
    2525 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    8787psS32 testStringCopy00(void)
    8888{
    89     diag("testStringCopy00");
     89//    diag("testStringCopy00");
    9090
    9191    char  stringval[20] = "E R R O R";
     
    114114psS32 testStringCopy01(void)
    115115{
    116     diag("testStringCopy01");
     116//    diag("testStringCopy01");
    117117
    118118    char  *emptyval = "";
     
    136136psS32 testStringCopy02(void)
    137137{
    138     diag("testStringCopy02");
     138//    diag("testStringCopy02");
    139139
    140140    psS32   result = 0;
     
    163163psS32 testStringCopy03(void)
    164164{
    165     diag("testStringCopy03");
     165//    diag("testStringCopy03");
    166166
    167167    psS32   result = 0;
     
    186186psS32 testStringCopy04(void)
    187187{
    188     diag("testStringCopy04");
     188//    diag("testStringCopy04");
    189189
    190190    psS32   result = 0;
     
    233233psS32 testStringCopy06(void)
    234234{
    235     diag("testStringCopy06");
     235//    diag("testStringCopy06");
    236236
    237237    char  *strResult;
     
    252252psS32 testStrAppend00(void)
    253253{
    254     diag("testStrAppend00");
     254//    diag("testStrAppend00");
    255255
    256256    char *str=NULL;
     
    272272psS32 testStrAppend01(void)
    273273{
    274     diag("testStrAppend01");
     274//    diag("testStrAppend01");
    275275
    276276    ssize_t sz;
     
    290290psS32 testStrAppend02(void)
    291291{
    292     diag("testStrAppend02");
     292//    diag("testStrAppend02");
    293293
    294294    char *str=NULL;
     
    307307psS32 testStrAppend03(void)
    308308{
    309     diag("testStrAppend03");
     309//    diag("testStrAppend03");
    310310
    311311    char *str =psStringCopy(STR_0);
     
    322322psS32 testStrPrepend00(void)
    323323{
    324     diag("testStrPrepend00");
     324//    diag("testStrPrepend00");
    325325
    326326    char *str=NULL;
     
    343343psS32 testStrPrepend01(void)
    344344{
    345     diag("testStrPrepend01");
     345//    diag("testStrPrepend01");
    346346
    347347    ssize_t sz;
     
    360360psS32 testStrPrepend02(void)
    361361{
    362     diag("testStrPrepend02");
     362//    diag("testStrPrepend02");
    363363
    364364    char *str=NULL;
     
    377377psS32 testStrPrepend03(void)
    378378{
    379     diag("testStrPrepend03");
     379//    diag("testStrPrepend03");
    380380
    381381    char *str=NULL;
     
    397397psS32 testStrSplit00(void)
    398398{
    399     diag("testStrSplit00");
     399//    diag("testStrSplit00");
    400400
    401401    psList *strList = NULL;
     
    525525psS32 testNULLStrings(void)
    526526{
    527     diag("test""s");
     527//    diag("test""s");
    528528
    529529    psString nullTest = NULL;
     
    582582psS32 testStrCheck(void)
    583583{
    584     diag("testStrCheck");
     584//    diag("testStrCheck");
    585585
    586586    psString str = NULL;
Note: See TracChangeset for help on using the changeset viewer.