IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 5, 2004, 9:42:51 AM (22 years ago)
Author:
evanalst
Message:

Updated for inclusion of test for psImageSubsection.

File:
1 edited

Legend:

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

    r1929 r1957  
    7474/***************************** TESTPOINT ******************************************\
    7575*             TestFile: tst_psImageExtraction.c                                    *
     76*            TestPoint: psImage{psImageSubsection}                                 *
     77*             TestType: Positive                                                   *
     78\**********************************************************************************/
     79
     80<DATE><TIME>|<HOST>|I|testImageSubsection
     81    Testing subsection [0:<LINENO>,0:<LINENO>].
     82<DATE><TIME>|<HOST>|I|testImageSubsection
     83    Testing subsection [32:<LINENO>,32:<LINENO>].
     84<DATE><TIME>|<HOST>|I|testImageSubsection
     85    Testing subsection [64:<LINENO>,32:<LINENO>].
     86<DATE><TIME>|<HOST>|I|testImageSubsection
     87    Testing subsection [32:<LINENO>,128:<LINENO>].
     88<DATE><TIME>|<HOST>|I|testImageSubsection
     89    An error should follow (x1>x2)
     90<DATE><TIME>|<HOST>|E|psLib.image.psImageSubsection
     91    Specified subset range, [64:<LINENO>,32:<LINENO>], is invalid.  Ranges must be incremental.
     92<DATE><TIME>|<HOST>|I|testImageSubsection
     93    An error should follow (y1>y2)
     94<DATE><TIME>|<HOST>|E|psLib.image.psImageSubsection
     95    Specified subset range, [32:<LINENO>,64:<LINENO>], is invalid.  Ranges must be incremental.
     96<DATE><TIME>|<HOST>|I|testImageSubsection
     97    An error should follow (x2>nCols)
     98<DATE><TIME>|<HOST>|E|psLib.image.psImageSubset
     99    Specified subset range, [64:<LINENO>,32:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>].
     100<DATE><TIME>|<HOST>|I|testImageSubsection
     101    An error should follow (y2>=nRows)
     102<DATE><TIME>|<HOST>|E|psLib.image.psImageSubset
     103    Specified subset range, [32:<LINENO>,64:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>].
     104<DATE><TIME>|<HOST>|I|testImageSubsection
     105    An error should follow (malformed string - no brackets)
     106<DATE><TIME>|<HOST>|E|psLib.image.psImageSubsection
     107    Specified subsection string, '32:<LINENO>,32:<LINENO>', can not be parsed.  Must be in the form '[x1:x2,y1:y2]'.
     108<DATE><TIME>|<HOST>|I|testImageSubsection
     109    An error should follow (malformed string - no colons)
     110<DATE><TIME>|<HOST>|E|psLib.image.psImageSubsection
     111    Specified subsection string, '[32-64,32-64]', can not be parsed.  Must be in the form '[x1:x2,y1:y2]'.
     112<DATE><TIME>|<HOST>|I|testImageSubsection
     113    An error should follow (malformed string - not four numbers)
     114<DATE><TIME>|<HOST>|E|psLib.image.psImageSubsection
     115    Specified subsection string, '[32:<LINENO>,32]', can not be parsed.  Must be in the form '[x1:x2,y1:y2]'.
     116<DATE><TIME>|<HOST>|I|testImageSubsection
     117    An error should follow (image is NULL)
     118<DATE><TIME>|<HOST>|E|psLib.image.psImageSubset
     119    Can not operate on a NULL psImage.
     120<DATE><TIME>|<HOST>|I|testImageSubsection
     121    An error should follow (subsection string is NULL)
     122<DATE><TIME>|<HOST>|E|psLib.image.psImageSubsection
     123    Specified subsection string can not be NULL.
     124
     125---> TESTPOINT PASSED (psImage{psImageSubsection} | tst_psImageExtraction.c)
     126
     127/***************************** TESTPOINT ******************************************\
     128*             TestFile: tst_psImageExtraction.c                                    *
    76129*            TestPoint: psImage{psImageSlice}                                      *
    77130*             TestType: Positive                                                   *
Note: See TracChangeset for help on using the changeset viewer.