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_psError.c

    r11662 r12513  
    1313 *  @author  Eric Van Alst, MHPCC
    1414 *
    15  *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
    16  *  @date  $Date: 2007-02-06 04:09:55 $
     15 *  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
     16 *  @date  $Date: 2007-03-20 03:57:25 $
    1717 *
    1818 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4343static psS32 testError00(void)
    4444{
    45     diag("testError00");
     45//    diag("testError00");
    4646
    4747    psS32  intval=1;
     
    6868static psS32 testError01(void)
    6969{
    70     diag("testError01");
     70//    diag("testError01");
    7171
    7272    psErrorCode code=PS_ERR_BAD_PARAMETER_VALUE;
     
    120120static psS32 testError02(void)
    121121{
    122     diag("testError02");
     122//    diag("testError02");
    123123
    124124    psErrorCode code = PS_ERR_BAD_PARAMETER_VALUE;
     
    136136static psS32 testError03(void)
    137137{
    138     diag("testError03");
     138//    diag("testError03");
    139139
    140140    psErrorCode code = PS_ERR_BAD_PARAMETER_VALUE;
     
    235235static psS32 testError04(void)
    236236{
    237     diag("testError04");
     237    //diag("testError04");
    238238
    239239    psErrorCode code = PS_ERR_BAD_PARAMETER_VALUE;
     
    296296static psS32 testError05(void)
    297297{
    298     diag("testError05");
     298    //diag("testError05");
    299299
    300300    // Verify the return value of psErrorCodeString
     
    311311static psS32 testErrorRegister(void)
    312312{
    313     diag("testErrorRegister");
     313    //diag("testErrorRegister");
    314314
    315315    psS32 numErr = 4;
Note: See TracChangeset for help on using the changeset viewer.