IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

names of the testpoints changed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.