IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 21, 2004, 12:30:19 PM (22 years ago)
Author:
desonia
Message:

Changed the image code to the new psErrorMsg error handling specification.

File:
1 edited

Legend:

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

    r1761 r1840  
    77<DATE><TIME>|<HOST>|I|testImageSlice
    88    Following should be an error.
    9 <DATE><TIME>|<HOST>|E|psImageSlice
    10     Input image can not be NULL.
     9<DATE><TIME>|<HOST>|E|psLib.image.psImageSlice
     10    Can not operate on a NULL psImage.
    1111<DATE><TIME>|<HOST>|I|testImageSlice
    1212    Following should be an error.
    13 <DATE><TIME>|<HOST>|E|psImageSlice
    14     The stat options didn't specify a single supported statistic type.
     13<DATE><TIME>|<HOST>|E|psLib.image.psImageSlice
     14    Specified statistic can not be NULL.
    1515<DATE><TIME>|<HOST>|I|testImageSlice
    1616    Following should be an error.
    17 <DATE><TIME>|<HOST>|E|psImageSlice
    18     Invalid direction flag (5)
     17<DATE><TIME>|<HOST>|E|psLib.image.psImageSlice
     18    Specified slice direction, 5, is invalid.
    1919<DATE><TIME>|<HOST>|I|testImageSlice
    2020    Following should be an error.
    21 <DATE><TIME>|<HOST>|E|psImageSlice
    22     The specified region contains no data (0x0)
     21<DATE><TIME>|<HOST>|E|psLib.image.psImageSlice
     22    Specified subset, [200:<LINENO>,100:<LINENO>], contains no pixel data.
    2323<DATE><TIME>|<HOST>|I|testImageSlice
    2424    Following should be an error.
    25 <DATE><TIME>|<HOST>|E|psImageSlice
    26     The specified image region (2001,100 to 2001,100) is outside of image area (0,0 to 1999,999).
     25<DATE><TIME>|<HOST>|E|psLib.image.psImageSlice
     26    Specified subset range, [2001:<LINENO>,2002:<LINENO>], lies outside psImage's boundaries, [0:<LINENO>,0:<LINENO>].
    2727<DATE><TIME>|<HOST>|I|testImageSlice
    2828    Following should be an error.
    29 <DATE><TIME>|<HOST>|E|psImageSlice
    30     The specified image region (200,1001 to 200,1001) is outside of image area (0,0 to 1999,999).
     29<DATE><TIME>|<HOST>|E|psLib.image.psImageSlice
     30    Specified subset range, [200:<LINENO>,201:<LINENO>], lies outside psImage's boundaries, [0:<LINENO>,0:<LINENO>].
    3131<DATE><TIME>|<HOST>|I|testImageSlice
    3232    Following should be an error.
    33 <DATE><TIME>|<HOST>|E|psImageSlice
    34     The specified image region (200,100 to 2199,100) is outside of image area (0,0 to 1999,999).
     33<DATE><TIME>|<HOST>|E|psLib.image.psImageSlice
     34    Specified subset range, [200:<LINENO>,2200:<LINENO>], lies outside psImage's boundaries, [0:<LINENO>,0:<LINENO>].
    3535<DATE><TIME>|<HOST>|I|testImageSlice
    3636    Following should be an error.
    37 <DATE><TIME>|<HOST>|E|psImageSlice
    38     The specified image region (200,100 to 200,1099) is outside of image area (0,0 to 1999,999).
     37<DATE><TIME>|<HOST>|E|psLib.image.psImageSlice
     38    Specified subset range, [200:<LINENO>,201:<LINENO>], lies outside psImage's boundaries, [0:<LINENO>,0:<LINENO>].
    3939<DATE><TIME>|<HOST>|I|testImageSlice
    4040    Following should be an error.
    41 <DATE><TIME>|<HOST>|E|psImageSlice
    42     The stat options didn't specify a single supported statistic type.
     41<DATE><TIME>|<HOST>|E|psLib.image.psImageSlice
     42    Specified statistic option, 1, is not valid.  Must specify one and only one statistic type.
    4343
    4444---> TESTPOINT PASSED (psImage{psImageSlice} | tst_psImageExtraction.c)
Note: See TracChangeset for help on using the changeset viewer.