IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2721


Ignore:
Timestamp:
Dec 15, 2004, 2:54:44 PM (22 years ago)
Author:
evanalst
Message:

Update verified files.

Location:
trunk/psLib/test/dataManip
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/tst_psHist02.c

    r2392 r2721  
    120120    // if input parameter myHist is null.
    121121
     122    psLogMsg(__func__,PS_LOG_INFO,"Following should generate an error message.");
    122123    myHist2 = psVectorHistogram( NULL, myData, NULL, 0 );
    123124    if ( myHist2 != NULL ) {
     
    134135
    135136    myHist = psHistogramAlloc( LOWER, UPPER, numBins );
     137    psLogMsg(__func__,PS_LOG_INFO,"Following should generate an error message.");
    136138    myHist = psVectorHistogram( myHist, NULL, NULL, 0 );
    137139    if ( myHist == NULL ) {
     
    142144
    143145
    144     exit(0);
     146    //    exit(0);
    145147    // ********************************************************************
    146148    // Verify the return value is the same as the input parameter myHist and
  • trunk/psLib/test/dataManip/verified/tst_psHist02.stdout

    r2288 r2721  
    143143\**********************************************************************************/
    144144
     145
     146---> TESTPOINT PASSED (psStats functions{Calling psVectorHistogram() with various NULL inputs.} | tst_psHist02.c)
     147
     148/***************************** TESTPOINT ******************************************\
     149*             TestFile: tst_psHist02.c                                             *
     150*            TestPoint: psStats functions{Deallocate the psHistogram structure.}   *
     151*             TestType: Positive                                                   *
     152\**********************************************************************************/
     153
     154
     155---> TESTPOINT PASSED (psStats functions{Deallocate the psHistogram structure.} | tst_psHist02.c)
     156
Note: See TracChangeset for help on using the changeset viewer.