IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 29, 2004, 10:17:58 AM (22 years ago)
Author:
desonia
Message:

changes associated with the testing of psImageSubsection.

File:
1 edited

Legend:

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

    r1920 r1929  
    9090/***************************** TESTPOINT ******************************************\
    9191*             TestFile: tst_psImage.c                                              *
    92 *            TestPoint: psImage{psImageSubset}                                     *
    93 *             TestType: Positive                                                   *
    94 \**********************************************************************************/
    95 
    96 <DATE><TIME>|<HOST>|I|testImageSubset
    97     Verify the returned psImage structure members nrow and ncol are equal to the input parameter nrow and ncol respectively.
    98 <DATE><TIME>|<HOST>|I|testImageSubset
    99     Verify the returned psImage structure contains expected values in the row member, if the input psImage structure image contains known values.
    100 <DATE><TIME>|<HOST>|I|testImageSubset
    101     Verify the returned psImage structure member type is equal to the input psImage structure member type.
    102 <DATE><TIME>|<HOST>|I|testImageSubset
    103     Verify the returned psImage structure members row0 and col0 are equal to the input parameters row0 and col0 respectively.
    104 <DATE><TIME>|<HOST>|I|testImageSubset
    105     Verify the returned psImage structure member parent is equal to the input psImage structure pointer image.
    106 <DATE><TIME>|<HOST>|I|testImageSubset
    107     Verify the returned psImage structure member children is null.
    108 <DATE><TIME>|<HOST>|I|testImageSubset
    109     Verify the input psImage structure image only has the following members changed: 1) Nchildren is increased by one. 2) parent contains pointer psImage structure out at parent[Nchildren-1].
    110 <DATE><TIME>|<HOST>|I|testImageSubset
    111     Verify the returned psImage structure pointer is null and program execution doesn't stop, if the input parameter image is null. Also verified the input psImage structure is not modified.
    112 <DATE><TIME>|<HOST>|I|testImageSubset
    113     An error should follow...
    114 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset
    115     Can not operate on a NULL psImage.
    116 <DATE><TIME>|<HOST>|I|testImageSubset
    117     Verify the returned psImage structure pointer is null and program  execution doesn't stop, if the input parameters nrow and/or ncol are zero. Also verify input psImage structure is not modified.
    118 <DATE><TIME>|<HOST>|I|testImageSubset
    119     An error should follow...
    120 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset
    121     Specified subset range, [0:<LINENO>,128:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>].
    122 <DATE><TIME>|<HOST>|I|testImageSubset
    123     An error should follow...
    124 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset
    125     Specified subset range, [64:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>].
    126 <DATE><TIME>|<HOST>|I|testImageSubset
    127     Verify the returned psImage structure pointer is null and program execution doesn't stop, if the input parameters row0 and col0 are not within the range of values of psImage structure image.
    128 <DATE><TIME>|<HOST>|I|testImageSubset
    129     An error should follow...
    130 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset
    131     Specified subset range, [0:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>].
    132 <DATE><TIME>|<HOST>|I|testImageSubset
    133     An error should follow...
    134 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset
    135     Specified subset range, [0:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>].
    136 <DATE><TIME>|<HOST>|I|testImageSubset
    137     An error should follow...
    138 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset
    139     Specified subset range, [-1:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>].
    140 <DATE><TIME>|<HOST>|I|testImageSubset
    141     An error should follow...
    142 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset
    143     Specified subset range, [0:<LINENO>,-1:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>].
    144 <DATE><TIME>|<HOST>|I|testImageSubset
    145     Verify the returned psImage structure pointer is null and program execution doesn't stop if the input parameters nrow, ncol, row0 and col0 specify a range of data not within the input psImage structure image.  Also verify the input psImage structure is not modified.
    146 <DATE><TIME>|<HOST>|I|testImageSubset
    147     An error should follow...
    148 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset
    149     Specified subset range, [0:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>].
    150 <DATE><TIME>|<HOST>|I|testImageSubset
    151     An error should follow...
    152 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset
    153     Specified subset range, [0:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>].
    154 <DATE><TIME>|<HOST>|I|testImageSubset
    155     An error should follow...
    156 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset
    157     Specified subset range, [0:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>].
    158 <DATE><TIME>|<HOST>|I|testImageSubset
    159     psImageFreeChildren shall deallocate any children images of a psImage structure
    160 
    161 ---> TESTPOINT PASSED (psImage{psImageSubset} | tst_psImage.c)
    162 
    163 /***************************** TESTPOINT ******************************************\
    164 *             TestFile: tst_psImage.c                                              *
    16592*            TestPoint: psImage{psImageCopy}                                       *
    16693*             TestType: Positive                                                   *
Note: See TracChangeset for help on using the changeset viewer.