IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2005, 7:03:48 PM (21 years ago)
Author:
desonia
Message:

modified tests to match new psRegion functions.

File:
1 edited

Legend:

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

    r3682 r3976  
    7979<DATE><TIME>|<HOST>|E|psImageAlloc (FILE:LINENO)
    8080    Specified number of rows (0) or columns (0) is invalid.
     81<DATE><TIME>|<HOST>|E|imageSubset (FILE:LINENO)
     82    Specified subset range, [50:99,70:19], is invalid or outside input psImage's boundaries, [0:99,0:99].
     83<DATE><TIME>|<HOST>|E|imageSubset (FILE:LINENO)
     84    Specified subset range, [70:19,90:39], is invalid or outside input psImage's boundaries, [0:99,0:99].
    8185
    8286---> TESTPOINT PASSED (psImage{psImageAlloc} | tst_psImage.c)
     
    8488/***************************** TESTPOINT ******************************************\
    8589*             TestFile: tst_psImage.c                                              *
    86 *            TestPoint: psImage{psImageCopy}                                       *
    87 *             TestType: Positive                                                   *
    88 \**********************************************************************************/
    89 
    90 <DATE><TIME>|<HOST>|I|testImageCopy
    91     Image Copy Test for psU8
    92 <DATE><TIME>|<HOST>|I|testImageCopy
    93     Image Copy Test for psU16
    94 <DATE><TIME>|<HOST>|I|testImageCopy
    95     Image Copy Test for psU32
    96 <DATE><TIME>|<HOST>|I|testImageCopy
    97     Image Copy Test for psS8
    98 <DATE><TIME>|<HOST>|I|testImageCopy
    99     Image Copy Test for psS16
    100 <DATE><TIME>|<HOST>|I|testImageCopy
    101     Image Copy Test for psS32
    102 <DATE><TIME>|<HOST>|I|testImageCopy
    103     Image Copy Test for psF32
    104 <DATE><TIME>|<HOST>|I|testImageCopy
    105     Image Copy Test for psF64
    106 <DATE><TIME>|<HOST>|I|testImageCopy
    107     An error should follow...
    108 <DATE><TIME>|<HOST>|E|psImageCopy (FILE:LINENO)
    109     Can not operate on a NULL psImage.
    110 
    111 ---> TESTPOINT PASSED (psImage{psImageCopy} | tst_psImage.c)
    112 
    113 /***************************** TESTPOINT ******************************************\
    114 *             TestFile: tst_psImage.c                                              *
    115 *            TestPoint: psImage{psRegionAlloc}                                     *
     90*            TestPoint: psImage{psRegionSet}                                       *
    11691*             TestType: Positive                                                   *
    11792\**********************************************************************************/
     
    12095    Specified subsection string, '[1:2,3:]', can not be parsed.  Must be in the form '[x1:x2,y1:y2]'.
    12196
    122 ---> TESTPOINT PASSED (psImage{psRegionAlloc} | tst_psImage.c)
     97---> TESTPOINT PASSED (psImage{psRegionSet} | tst_psImage.c)
    12398
Note: See TracChangeset for help on using the changeset viewer.