IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 12, 2004, 3:37:59 PM (22 years ago)
Author:
desonia
Message:

removed the dependency creation stuff, as George hated it ALOT!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/image/verified/tst_psImage.stderr

    r1198 r1212  
    100100---> TESTPOINT PASSED (psImage{psImageCopy} | tst_psImage.c)
    101101
    102 /***************************** TESTPOINT ******************************************\
    103 *             TestFile: tst_psImage.c                                              *
    104 *            TestPoint: psImage{psImageClip}                                       *
    105 *             TestType: Positive                                                   *
    106 \**********************************************************************************/
    107 
    108  <DATE> <TIME> |<HOST>|I|  testImageClip|psImageClip shall limit the minimum and maximum data value within a psImage structure
    109  <DATE> <TIME> |<HOST>|I|  testImageClip|Testing clipping of F64 imagery
    110  <DATE> <TIME> |<HOST>|I|  testImageClip|Testing clipping of F32 imagery
    111  <DATE> <TIME> |<HOST>|I|  testImageClip|Testing clipping of S32 imagery
    112  <DATE> <TIME> |<HOST>|I|  testImageClip|Testing clipping of S16 imagery
    113  <DATE> <TIME> |<HOST>|I|  testImageClip|Testing clipping of S8 imagery
    114  <DATE> <TIME> |<HOST>|I|  testImageClip|Testing clipping of U32 imagery
    115  <DATE> <TIME> |<HOST>|I|  testImageClip|Testing clipping of U16 imagery
    116  <DATE> <TIME> |<HOST>|I|  testImageClip|Testing clipping of U8 imagery
    117  <DATE> <TIME> |<HOST>|I|  testImageClip|Testing clipping of C32 imagery
    118  <DATE> <TIME> |<HOST>|I|  testImageClip|Testing clipping of C64 imagery
    119  <DATE> <TIME> |<HOST>|I|  testImageClip|Following should be an error (max<min)
    120  <DATE> <TIME> |<HOST>|E|    psImageClip|psImageClip can not be invoked with max < min.
    121 
    122 ---> TESTPOINT PASSED (psImage{psImageClip} | tst_psImage.c)
    123 
    124 /***************************** TESTPOINT ******************************************\
    125 *             TestFile: tst_psImage.c                                              *
    126 *            TestPoint: psImage{psImageClipNAN}                                    *
    127 *             TestType: Positive                                                   *
    128 \**********************************************************************************/
    129 
    130  <DATE> <TIME> |<HOST>|I|testImageClipNA|psImageClipNaN shall modified pixel values of NaN with a specified value
    131 
    132 ---> TESTPOINT PASSED (psImage{psImageClipNAN} | tst_psImage.c)
    133 
    134 /***************************** TESTPOINT ******************************************\
    135 *             TestFile: tst_psImage.c                                              *
    136 *            TestPoint: psImage{psImageOverlay}                                    *
    137 *             TestType: Positive                                                   *
    138 \**********************************************************************************/
    139 
    140  <DATE> <TIME> |<HOST>|I|testImageOverla|Following should error as overlay isn't within image boundaries
    141  <DATE> <TIME> |<HOST>|E|psImageOverlayS|Overlay image (32,64 -> 159,319) is partially outside of the input image (128 x 256).
    142  <DATE> <TIME> |<HOST>|I|testImageOverla|Following should error as overlay is NULL
    143  <DATE> <TIME> |<HOST>|E|psImageOverlayS|one of the input images was NULL.
    144  <DATE> <TIME> |<HOST>|I|testImageOverla|Following should error as image input is NULL
    145  <DATE> <TIME> |<HOST>|E|psImageOverlayS|one of the input images was NULL.
    146 
    147 ---> TESTPOINT PASSED (psImage{psImageOverlay} | tst_psImage.c)
    148 
Note: See TracChangeset for help on using the changeset viewer.