Changeset 2721
- Timestamp:
- Dec 15, 2004, 2:54:44 PM (22 years ago)
- Location:
- trunk/psLib/test/dataManip
- Files:
-
- 1 added
- 2 edited
-
tst_psHist02.c (modified) (3 diffs)
-
verified/tst_psHist02.stderr (added)
-
verified/tst_psHist02.stdout (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psHist02.c
r2392 r2721 120 120 // if input parameter myHist is null. 121 121 122 psLogMsg(__func__,PS_LOG_INFO,"Following should generate an error message."); 122 123 myHist2 = psVectorHistogram( NULL, myData, NULL, 0 ); 123 124 if ( myHist2 != NULL ) { … … 134 135 135 136 myHist = psHistogramAlloc( LOWER, UPPER, numBins ); 137 psLogMsg(__func__,PS_LOG_INFO,"Following should generate an error message."); 136 138 myHist = psVectorHistogram( myHist, NULL, NULL, 0 ); 137 139 if ( myHist == NULL ) { … … 142 144 143 145 144 exit(0);146 // exit(0); 145 147 // ******************************************************************** 146 148 // Verify the return value is the same as the input parameter myHist and -
trunk/psLib/test/dataManip/verified/tst_psHist02.stdout
r2288 r2721 143 143 \**********************************************************************************/ 144 144 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.
