IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 28, 2004, 1:26:49 PM (22 years ago)
Author:
desonia
Message:

changed function prototypes to match changes in the SDRS.

File:
1 edited

Legend:

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

    r1840 r1920  
    9595
    9696<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
    9799    Verify the returned psImage structure contains expected values in the row member, if the input psImage structure image contains known values.
    98 <DATE><TIME>|<HOST>|I|testImageSubset
    99     Verify the returned psImage structure members nrow and ncol are equal to the input parameter nrow and ncol respectively.
    100100<DATE><TIME>|<HOST>|I|testImageSubset
    101101    Verify the returned psImage structure member type is equal to the input psImage structure member type.
     
    104104<DATE><TIME>|<HOST>|I|testImageSubset
    105105    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 Nchildren is equal to zero.
    108106<DATE><TIME>|<HOST>|I|testImageSubset
    109107    Verify the returned psImage structure member children is null.
     
    121119    An error should follow...
    122120<DATE><TIME>|<HOST>|E|psLib.image.psImageSubset
    123     Specified number of rows (64) or columns (0) is invalid.
     121    Specified subset range, [0:<LINENO>,128:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>].
    124122<DATE><TIME>|<HOST>|I|testImageSubset
    125123    An error should follow...
    126124<DATE><TIME>|<HOST>|E|psLib.image.psImageSubset
    127     Specified number of rows (0) or columns (128) is invalid.
     125    Specified subset range, [64:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>].
    128126<DATE><TIME>|<HOST>|I|testImageSubset
    129127    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.
     
    131129    An error should follow...
    132130<DATE><TIME>|<HOST>|E|psLib.image.psImageSubset
    133     Specified subset range, [128:<LINENO>,0:<LINENO>], lies outside psImage's boundaries, [0:<LINENO>,0:<LINENO>].
     131    Specified subset range, [0:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>].
    134132<DATE><TIME>|<HOST>|I|testImageSubset
    135133    An error should follow...
    136134<DATE><TIME>|<HOST>|E|psLib.image.psImageSubset
    137     Specified subset range, [0:<LINENO>,256:<LINENO>], lies outside psImage's boundaries, [0:<LINENO>,0:<LINENO>].
     135    Specified subset range, [0:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>].
    138136<DATE><TIME>|<HOST>|I|testImageSubset
    139137    An error should follow...
    140138<DATE><TIME>|<HOST>|E|psLib.image.psImageSubset
    141     Specified subset range, [-1:<LINENO>,0:<LINENO>], lies outside psImage's boundaries, [0:<LINENO>,0:<LINENO>].
     139    Specified subset range, [-1:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>].
    142140<DATE><TIME>|<HOST>|I|testImageSubset
    143141    An error should follow...
    144142<DATE><TIME>|<HOST>|E|psLib.image.psImageSubset
    145     Specified subset range, [0:<LINENO>,-1:<LINENO>], lies outside psImage's boundaries, [0:<LINENO>,0:<LINENO>].
     143    Specified subset range, [0:<LINENO>,-1:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>].
    146144<DATE><TIME>|<HOST>|I|testImageSubset
    147145    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.
     
    149147    An error should follow...
    150148<DATE><TIME>|<HOST>|E|psLib.image.psImageSubset
    151     Specified subset range, [64:<LINENO>,0:<LINENO>], lies outside psImage's boundaries, [0:<LINENO>,0:<LINENO>].
     149    Specified subset range, [0:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>].
    152150<DATE><TIME>|<HOST>|I|testImageSubset
    153151    An error should follow...
    154152<DATE><TIME>|<HOST>|E|psLib.image.psImageSubset
    155     Specified subset range, [0:<LINENO>,128:<LINENO>], lies outside psImage's boundaries, [0:<LINENO>,0:<LINENO>].
     153    Specified subset range, [0:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>].
    156154<DATE><TIME>|<HOST>|I|testImageSubset
    157155    An error should follow...
    158156<DATE><TIME>|<HOST>|E|psLib.image.psImageSubset
    159     Specified subset range, [64:<LINENO>,128:<LINENO>], lies outside psImage's boundaries, [0:<LINENO>,0:<LINENO>].
     157    Specified subset range, [0:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>].
    160158<DATE><TIME>|<HOST>|I|testImageSubset
    161159    psImageFreeChildren shall deallocate any children images of a psImage structure
Note: See TracChangeset for help on using the changeset viewer.