Changeset 1194
- Timestamp:
- Jul 7, 2004, 3:19:38 PM (22 years ago)
- Location:
- trunk/psLib/test
- Files:
-
- 2 edited
-
collections/verified/tst_psList.stderr (modified) (4 diffs)
-
image/verified/tst_psImage.stderr (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/verified/tst_psList.stderr
r1130 r1194 1 1 /***************************** TESTPOINT ******************************************\ 2 2 * TestFile: tst_psList.c * 3 * TestPoint: psList{ 487-testListAlloc}*3 * TestPoint: psList{psListAlloc} * 4 4 * TestType: Positive * 5 5 \**********************************************************************************/ … … 7 7 <DATE> <TIME> <HOST> |I| testListAlloc|psListAlloc shall create a psList with either 0 or 1 element. 8 8 9 ---> TESTPOINT PASSED (psList{ 487-testListAlloc} | tst_psList.c)9 ---> TESTPOINT PASSED (psList{psListAlloc} | tst_psList.c) 10 10 11 11 /***************************** TESTPOINT ******************************************\ 12 12 * TestFile: tst_psList.c * 13 * TestPoint: psList{ 488-testListAdd}*13 * TestPoint: psList{psListAdd} * 14 14 * TestType: Positive * 15 15 \**********************************************************************************/ 16 16 17 17 <DATE> <TIME> <HOST> |I| testListAdd|psListAdd shall add an element to list 18 <DATE> <TIME> <HOST> |I| testListAdd|Following should warnwith invalid insert location19 <DATE> <TIME> <HOST> |W| psListAdd|The given insert location (-10) for psListAdd is invalid. Adding to head instead.18 <DATE> <TIME> <HOST> |I| testListAdd|Following should error with invalid insert location 19 <DATE> <TIME> <HOST> |W| psListAdd|The given insert location (-10) for psListAdd is invalid. 20 20 <DATE> <TIME> <HOST> |I| testListAdd|Following should be a warning. 21 <DATE> <TIME> <HOST> |W| psListAdd|Invalid index 9 (only 7elements in psList); assuming tail.21 <DATE> <TIME> <HOST> |W| psListAdd|Invalid index 9 (only 6 elements in psList); assuming tail. 22 22 23 ---> TESTPOINT PASSED (psList{ 488-testListAdd} | tst_psList.c)23 ---> TESTPOINT PASSED (psList{psListAdd} | tst_psList.c) 24 24 25 25 /***************************** TESTPOINT ******************************************\ 26 26 * TestFile: tst_psList.c * 27 * TestPoint: psList{ 489-testListGet}*27 * TestPoint: psList{psListGet} * 28 28 * TestType: Positive * 29 29 \**********************************************************************************/ 30 30 31 31 <DATE> <TIME> <HOST> |I| testListGet|Following should be an error 32 <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:2 65).32 <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:259). 33 33 34 ---> TESTPOINT PASSED (psList{ 489-testListGet} | tst_psList.c)34 ---> TESTPOINT PASSED (psList{psListGet} | tst_psList.c) 35 35 36 36 /***************************** TESTPOINT ******************************************\ 37 37 * TestFile: tst_psList.c * 38 * TestPoint: psList{ 490-testListRemove}*38 * TestPoint: psList{psListRemove} * 39 39 * TestType: Positive * 40 40 \**********************************************************************************/ … … 51 51 <DATE> <TIME> <HOST> |E| psListRemove|Failed to find item in given psList. 52 52 53 ---> TESTPOINT PASSED (psList{ 490-testListRemove} | tst_psList.c)53 ---> TESTPOINT PASSED (psList{psListRemove} | tst_psList.c) 54 54 55 55 /***************************** TESTPOINT ******************************************\ 56 56 * TestFile: tst_psList.c * 57 * TestPoint: psList{ 491-testListConvert}*57 * TestPoint: psList{psListConvert} * 58 58 * TestType: Positive * 59 59 \**********************************************************************************/ 60 60 61 61 62 ---> TESTPOINT PASSED (psList{ 491-testListConvert} | tst_psList.c)62 ---> TESTPOINT PASSED (psList{psListConvert} | tst_psList.c) 63 63 64 64 /***************************** TESTPOINT ******************************************\ 65 65 * TestFile: tst_psList.c * 66 * TestPoint: psList{ 494-testListIterator}*66 * TestPoint: psList{psListIterator} * 67 67 * TestType: Positive * 68 68 \**********************************************************************************/ … … 70 70 <DATE> <TIME> <HOST> |I|testListIterato| psListSetIterator/psListGetNext/psListGetPrev shall move the list cursor to the specified location 71 71 <DATE> <TIME> <HOST> |I|testListIterato|Following should error with 'Unexpected null pointer' 72 <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:2 65).72 <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:259). 73 73 <DATE> <TIME> <HOST> |I|testListIterato|Following should error with 'Can't move to an unknown position.' 74 74 <DATE> <TIME> <HOST> |E|listSetIterator|Can't move to an unknown position. Not moving the iterator position. 75 75 76 ---> TESTPOINT PASSED (psList{ 494-testListIterator} | tst_psList.c)76 ---> TESTPOINT PASSED (psList{psListIterator} | tst_psList.c) 77 77 78 78 /***************************** TESTPOINT ******************************************\ 79 79 * TestFile: tst_psList.c * 80 * TestPoint: psList{ 627-testListFree}*80 * TestPoint: psList{psListFree} * 81 81 * TestType: Positive * 82 82 \**********************************************************************************/ 83 83 84 84 85 ---> TESTPOINT PASSED (psList{ 627-testListFree} | tst_psList.c)85 ---> TESTPOINT PASSED (psList{psListFree} | tst_psList.c) 86 86 87 87 /***************************** TESTPOINT ******************************************\ 88 88 * TestFile: tst_psList.c * 89 * TestPoint: psList{ 624-testListSort}*89 * TestPoint: psList{psListSort} * 90 90 * TestType: Positive * 91 91 \**********************************************************************************/ 92 92 93 93 94 ---> TESTPOINT PASSED (psList{ 624-testListSort} | tst_psList.c)94 ---> TESTPOINT PASSED (psList{psListSort} | tst_psList.c) 95 95 -
trunk/psLib/test/image/verified/tst_psImage.stderr
r1034 r1194 1 <DATE> <TIME> <HOST> |I|testImageOverla|Following should error as overlay isn't within image boundaries2 <DATE> <TIME> <HOST> |E|psImageOverlayS|Overlay image (32,64 -> 159,319) is partially outside of the input image (128 x 256).3 <DATE> <TIME> <HOST> |I|testImageOverla|Following should error as overlay is NULL4 <DATE> <TIME> <HOST> |E|psImageOverlayS|one of the input images was NULL.5 <DATE> <TIME> <HOST> |I|testImageOverla|Following should error as image input is NULL6 <DATE> <TIME> <HOST> |E|psImageOverlayS|one of the input images was NULL.7 1 /***************************** TESTPOINT ******************************************\ 8 2 * TestFile: tst_psImage.c * 9 * TestPoint: psImage{ 546/548-testImageAlloc/Free}*3 * TestPoint: psImage{psImageAlloc} * 10 4 * TestType: Positive * 11 5 \**********************************************************************************/ … … 37 31 <DATE> <TIME> <HOST> |E| psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0). 38 32 39 ---> TESTPOINT PASSED (psImage{ 546/548-testImageAlloc/Free} | tst_psImage.c)33 ---> TESTPOINT PASSED (psImage{psImageAlloc} | tst_psImage.c) 40 34 41 35 /***************************** TESTPOINT ******************************************\ 42 36 * TestFile: tst_psImage.c * 43 * TestPoint: psImage{ 547/550-testImageSubset}*37 * TestPoint: psImage{psImageSubset} * 44 38 * TestType: Positive * 45 39 \**********************************************************************************/ … … 85 79 <DATE> <TIME> <HOST> |I|testImageSubset|psImageFreeChildren shall deallocate any children images of a psImage structure 86 80 87 ---> TESTPOINT PASSED (psImage{ 547/550-testImageSubset} | tst_psImage.c)81 ---> TESTPOINT PASSED (psImage{psImageSubset} | tst_psImage.c) 88 82 89 83 /***************************** TESTPOINT ******************************************\ 90 84 * TestFile: tst_psImage.c * 91 * TestPoint: psImage{ 551-testImageCopy}*85 * TestPoint: psImage{psImageCopy} * 92 86 * TestType: Positive * 93 87 \**********************************************************************************/ 94 88 89 <DATE> <TIME> <HOST> |I| testImageCopy|Image Copy Test for psU8 90 <DATE> <TIME> <HOST> |I| testImageCopy|Image Copy Test for psU16 91 <DATE> <TIME> <HOST> |I| testImageCopy|Image Copy Test for psU32 92 <DATE> <TIME> <HOST> |I| testImageCopy|Image Copy Test for psS8 93 <DATE> <TIME> <HOST> |I| testImageCopy|Image Copy Test for psS16 94 <DATE> <TIME> <HOST> |I| testImageCopy|Image Copy Test for psS32 95 <DATE> <TIME> <HOST> |I| testImageCopy|Image Copy Test for psF32 96 <DATE> <TIME> <HOST> |I| testImageCopy|Image Copy Test for psF64 95 97 <DATE> <TIME> <HOST> |I| testImageCopy|An error should follow... 96 98 <DATE> <TIME> <HOST> |E| psImageCopy|Can not copy image because input image or its pixel buffer is NULL. 97 99 98 ---> TESTPOINT PASSED (psImage{ 551-testImageCopy} | tst_psImage.c)100 ---> TESTPOINT PASSED (psImage{psImageCopy} | tst_psImage.c) 99 101 100 102 /***************************** TESTPOINT ******************************************\ 101 103 * TestFile: tst_psImage.c * 102 * TestPoint: psImage{ 571-testImageClip}*104 * TestPoint: psImage{psImageClip} * 103 105 * TestType: Positive * 104 106 \**********************************************************************************/ … … 118 120 <DATE> <TIME> <HOST> |E| psImageClip|psImageClip can not be invoked with max < min. 119 121 120 ---> TESTPOINT PASSED (psImage{ 571-testImageClip} | tst_psImage.c)122 ---> TESTPOINT PASSED (psImage{psImageClip} | tst_psImage.c) 121 123 122 124 /***************************** TESTPOINT ******************************************\ 123 125 * TestFile: tst_psImage.c * 124 * TestPoint: psImage{ 572-testImageClipNAN}*126 * TestPoint: psImage{psImageClipNAN} * 125 127 * TestType: Positive * 126 128 \**********************************************************************************/ … … 128 130 <DATE> <TIME> <HOST> |I|testImageClipNA|psImageClipNaN shall modified pixel values of NaN with a specified value 129 131 130 ---> TESTPOINT PASSED (psImage{ 572-testImageClipNAN} | tst_psImage.c)132 ---> TESTPOINT PASSED (psImage{psImageClipNAN} | tst_psImage.c) 131 133 132 134 /***************************** TESTPOINT ******************************************\ 133 135 * TestFile: tst_psImage.c * 134 * TestPoint: psImage{ 573-testImageOverlay}*136 * TestPoint: psImage{psImageOverlay} * 135 137 * TestType: Positive * 136 138 \**********************************************************************************/ … … 143 145 <DATE> <TIME> <HOST> |E|psImageOverlayS|one of the input images was NULL. 144 146 145 ---> TESTPOINT PASSED (psImage{ 573-testImageOverlay} | tst_psImage.c)147 ---> TESTPOINT PASSED (psImage{psImageOverlay} | tst_psImage.c) 146 148
Note:
See TracChangeset
for help on using the changeset viewer.
