IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1194


Ignore:
Timestamp:
Jul 7, 2004, 3:19:38 PM (22 years ago)
Author:
desonia
Message:

names of the testpoints changed.

Location:
trunk/psLib/test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/collections/verified/tst_psList.stderr

    r1130 r1194  
    11/***************************** TESTPOINT ******************************************\
    22*             TestFile: tst_psList.c                                               *
    3 *            TestPoint: psList{487-testListAlloc}                                  *
     3*            TestPoint: psList{psListAlloc}                                        *
    44*             TestType: Positive                                                   *
    55\**********************************************************************************/
     
    77 <DATE> <TIME> <HOST> |I|  testListAlloc|psListAlloc shall create a psList with either 0 or 1 element.
    88
    9 ---> TESTPOINT PASSED (psList{487-testListAlloc} | tst_psList.c)
     9---> TESTPOINT PASSED (psList{psListAlloc} | tst_psList.c)
    1010
    1111/***************************** TESTPOINT ******************************************\
    1212*             TestFile: tst_psList.c                                               *
    13 *            TestPoint: psList{488-testListAdd}                                    *
     13*            TestPoint: psList{psListAdd}                                          *
    1414*             TestType: Positive                                                   *
    1515\**********************************************************************************/
    1616
    1717 <DATE> <TIME> <HOST> |I|    testListAdd|psListAdd shall add an element to list
    18  <DATE> <TIME> <HOST> |I|    testListAdd|Following should warn with invalid insert location
    19  <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.
    2020 <DATE> <TIME> <HOST> |I|    testListAdd|Following should be a warning.
    21  <DATE> <TIME> <HOST> |W|      psListAdd|Invalid index 9 (only 7 elements in psList); assuming tail.
     21 <DATE> <TIME> <HOST> |W|      psListAdd|Invalid index 9 (only 6 elements in psList); assuming tail.
    2222
    23 ---> TESTPOINT PASSED (psList{488-testListAdd} | tst_psList.c)
     23---> TESTPOINT PASSED (psList{psListAdd} | tst_psList.c)
    2424
    2525/***************************** TESTPOINT ******************************************\
    2626*             TestFile: tst_psList.c                                               *
    27 *            TestPoint: psList{489-testListGet}                                    *
     27*            TestPoint: psList{psListGet}                                          *
    2828*             TestType: Positive                                                   *
    2929\**********************************************************************************/
    3030
    3131 <DATE> <TIME> <HOST> |I|    testListGet|Following should be an error
    32  <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:265).
     32 <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:259).
    3333
    34 ---> TESTPOINT PASSED (psList{489-testListGet} | tst_psList.c)
     34---> TESTPOINT PASSED (psList{psListGet} | tst_psList.c)
    3535
    3636/***************************** TESTPOINT ******************************************\
    3737*             TestFile: tst_psList.c                                               *
    38 *            TestPoint: psList{490-testListRemove}                                 *
     38*            TestPoint: psList{psListRemove}                                       *
    3939*             TestType: Positive                                                   *
    4040\**********************************************************************************/
     
    5151 <DATE> <TIME> <HOST> |E|   psListRemove|Failed to find item in given psList.
    5252
    53 ---> TESTPOINT PASSED (psList{490-testListRemove} | tst_psList.c)
     53---> TESTPOINT PASSED (psList{psListRemove} | tst_psList.c)
    5454
    5555/***************************** TESTPOINT ******************************************\
    5656*             TestFile: tst_psList.c                                               *
    57 *            TestPoint: psList{491-testListConvert}                                *
     57*            TestPoint: psList{psListConvert}                                      *
    5858*             TestType: Positive                                                   *
    5959\**********************************************************************************/
    6060
    6161
    62 ---> TESTPOINT PASSED (psList{491-testListConvert} | tst_psList.c)
     62---> TESTPOINT PASSED (psList{psListConvert} | tst_psList.c)
    6363
    6464/***************************** TESTPOINT ******************************************\
    6565*             TestFile: tst_psList.c                                               *
    66 *            TestPoint: psList{494-testListIterator}                               *
     66*            TestPoint: psList{psListIterator}                                     *
    6767*             TestType: Positive                                                   *
    6868\**********************************************************************************/
     
    7070 <DATE> <TIME> <HOST> |I|testListIterato| psListSetIterator/psListGetNext/psListGetPrev shall move the list cursor to the specified location
    7171 <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:265).
     72 <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:259).
    7373 <DATE> <TIME> <HOST> |I|testListIterato|Following should error with 'Can't move to an unknown position.'
    7474 <DATE> <TIME> <HOST> |E|listSetIterator|Can't move to an unknown position.  Not moving the iterator position.
    7575
    76 ---> TESTPOINT PASSED (psList{494-testListIterator} | tst_psList.c)
     76---> TESTPOINT PASSED (psList{psListIterator} | tst_psList.c)
    7777
    7878/***************************** TESTPOINT ******************************************\
    7979*             TestFile: tst_psList.c                                               *
    80 *            TestPoint: psList{627-testListFree}                                   *
     80*            TestPoint: psList{psListFree}                                         *
    8181*             TestType: Positive                                                   *
    8282\**********************************************************************************/
    8383
    8484
    85 ---> TESTPOINT PASSED (psList{627-testListFree} | tst_psList.c)
     85---> TESTPOINT PASSED (psList{psListFree} | tst_psList.c)
    8686
    8787/***************************** TESTPOINT ******************************************\
    8888*             TestFile: tst_psList.c                                               *
    89 *            TestPoint: psList{624-testListSort}                                   *
     89*            TestPoint: psList{psListSort}                                         *
    9090*             TestType: Positive                                                   *
    9191\**********************************************************************************/
    9292
    9393
    94 ---> TESTPOINT PASSED (psList{624-testListSort} | tst_psList.c)
     94---> TESTPOINT PASSED (psList{psListSort} | tst_psList.c)
    9595
  • 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 boundaries
    2  <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 NULL
    4  <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 NULL
    6  <DATE> <TIME> <HOST> |E|psImageOverlayS|one of the input images was NULL.
    71/***************************** TESTPOINT ******************************************\
    82*             TestFile: tst_psImage.c                                              *
    9 *            TestPoint: psImage{546/548-testImageAlloc/Free}                       *
     3*            TestPoint: psImage{psImageAlloc}                                      *
    104*             TestType: Positive                                                   *
    115\**********************************************************************************/
     
    3731 <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
    3832
    39 ---> TESTPOINT PASSED (psImage{546/548-testImageAlloc/Free} | tst_psImage.c)
     33---> TESTPOINT PASSED (psImage{psImageAlloc} | tst_psImage.c)
    4034
    4135/***************************** TESTPOINT ******************************************\
    4236*             TestFile: tst_psImage.c                                              *
    43 *            TestPoint: psImage{547/550-testImageSubset}                           *
     37*            TestPoint: psImage{psImageSubset}                                     *
    4438*             TestType: Positive                                                   *
    4539\**********************************************************************************/
     
    8579 <DATE> <TIME> <HOST> |I|testImageSubset|psImageFreeChildren shall deallocate any children images of a psImage structure
    8680
    87 ---> TESTPOINT PASSED (psImage{547/550-testImageSubset} | tst_psImage.c)
     81---> TESTPOINT PASSED (psImage{psImageSubset} | tst_psImage.c)
    8882
    8983/***************************** TESTPOINT ******************************************\
    9084*             TestFile: tst_psImage.c                                              *
    91 *            TestPoint: psImage{551-testImageCopy}                                 *
     85*            TestPoint: psImage{psImageCopy}                                       *
    9286*             TestType: Positive                                                   *
    9387\**********************************************************************************/
    9488
     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
    9597 <DATE> <TIME> <HOST> |I|  testImageCopy|An error should follow...
    9698 <DATE> <TIME> <HOST> |E|    psImageCopy|Can not copy image because input image or its pixel buffer is NULL.
    9799
    98 ---> TESTPOINT PASSED (psImage{551-testImageCopy} | tst_psImage.c)
     100---> TESTPOINT PASSED (psImage{psImageCopy} | tst_psImage.c)
    99101
    100102/***************************** TESTPOINT ******************************************\
    101103*             TestFile: tst_psImage.c                                              *
    102 *            TestPoint: psImage{571-testImageClip}                                 *
     104*            TestPoint: psImage{psImageClip}                                       *
    103105*             TestType: Positive                                                   *
    104106\**********************************************************************************/
     
    118120 <DATE> <TIME> <HOST> |E|    psImageClip|psImageClip can not be invoked with max < min.
    119121
    120 ---> TESTPOINT PASSED (psImage{571-testImageClip} | tst_psImage.c)
     122---> TESTPOINT PASSED (psImage{psImageClip} | tst_psImage.c)
    121123
    122124/***************************** TESTPOINT ******************************************\
    123125*             TestFile: tst_psImage.c                                              *
    124 *            TestPoint: psImage{572-testImageClipNAN}                              *
     126*            TestPoint: psImage{psImageClipNAN}                                    *
    125127*             TestType: Positive                                                   *
    126128\**********************************************************************************/
     
    128130 <DATE> <TIME> <HOST> |I|testImageClipNA|psImageClipNaN shall modified pixel values of NaN with a specified value
    129131
    130 ---> TESTPOINT PASSED (psImage{572-testImageClipNAN} | tst_psImage.c)
     132---> TESTPOINT PASSED (psImage{psImageClipNAN} | tst_psImage.c)
    131133
    132134/***************************** TESTPOINT ******************************************\
    133135*             TestFile: tst_psImage.c                                              *
    134 *            TestPoint: psImage{573-testImageOverlay}                              *
     136*            TestPoint: psImage{psImageOverlay}                                    *
    135137*             TestType: Positive                                                   *
    136138\**********************************************************************************/
     
    143145 <DATE> <TIME> <HOST> |E|psImageOverlayS|one of the input images was NULL.
    144146
    145 ---> TESTPOINT PASSED (psImage{573-testImageOverlay} | tst_psImage.c)
     147---> TESTPOINT PASSED (psImage{psImageOverlay} | tst_psImage.c)
    146148
Note: See TracChangeset for help on using the changeset viewer.