IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1884


Ignore:
Timestamp:
Sep 24, 2004, 12:48:59 PM (22 years ago)
Author:
evanalst
Message:

Add testpoint numbers to testDescription array.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/tst_psError.c

    r1882 r1884  
    1313 *  @author  Eric Van Alst, MHPCC
    1414 *
    15  *  @version $Revision: 1.11 $  $Name: not supported by cvs2svn $
    16  *  @date  $Date: 2004-09-24 22:00:42 $
     15 *  @version $Revision: 1.12 $  $Name: not supported by cvs2svn $
     16 *  @date  $Date: 2004-09-24 22:48:59 $
    1717 *
    1818 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4747
    4848testDescription tests[] = {
    49                               {testError00, 0, "psError()", 0, false},
    50                               {testError01, 0, "psErrorMsg(),psErrorStackPrint()", 0, false},
    51                               {testError02, 0, "psErrorStackPrintV()", 0, false},
    52                               {testError03, 0, "psErrorGet(),psErrorLast()", 0, false},
    53                               {testError04, 0, "psErrorClear()", 0, false},
    54                               {testError05, 0, "psErrorCodeString()", 0, false},
     49                              {testError00, 486, "psError()", 0, false},
     50                              {testError01, 725, "psErrorMsg(),psErrorStackPrint()", 0, false},
     51                              {testError02, 726, "psErrorStackPrintV()", 0, false},
     52                              {testError03, 727, "psErrorGet(),psErrorLast()", 0, false},
     53                              {testError04, 728, "psErrorClear()", 0, false},
     54                              {testError05, 729, "psErrorCodeString()", 0, false},
    5555                              {NULL}
    5656                          };
Note: See TracChangeset for help on using the changeset viewer.