IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 10, 2005, 11:46:46 AM (21 years ago)
Author:
desonia
Message:

fixed bug in psPixels and tested psVectorExtend.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/collections/verified/tst_psVector.stderr

    r3127 r4212  
    1 <DATE><TIME>|<HOST>|I|main
    2     Following should be an error message.
    3 <DATE><TIME>|<HOST>|I|main
    4     Following should be an error message.
     1/***************************** TESTPOINT ******************************************\
     2*             TestFile: tst_psVector.c                                             *
     3*            TestPoint: psVector{psVectorAlloc}                                    *
     4*             TestType: Positive                                                   *
     5\**********************************************************************************/
     6
     7<DATE><TIME>|<HOST>|I|testVectorAlloc
     8    Following should be an error.
     9<DATE><TIME>|<HOST>|E|psVectorAlloc (FILE:LINENO)
     10    Input psVector is an unsupported type (0x0).
     11
     12---> TESTPOINT PASSED (psVector{psVectorAlloc} | tst_psVector.c)
     13
     14/***************************** TESTPOINT ******************************************\
     15*             TestFile: tst_psVector.c                                             *
     16*            TestPoint: psVector{psVectorRealloc}                                  *
     17*             TestType: Positive                                                   *
     18\**********************************************************************************/
     19
    520<DATE><TIME>|<HOST>|E|psVectorRealloc (FILE:LINENO)
    621    psVectorRealloc must a given a non-NULL psVector to resize.  Desired datatype unknown.
     22
     23---> TESTPOINT PASSED (psVector{psVectorRealloc} | tst_psVector.c)
     24
     25/***************************** TESTPOINT ******************************************\
     26*             TestFile: tst_psVector.c                                             *
     27*            TestPoint: psVector{psVectorExtend}                                   *
     28*             TestType: Positive                                                   *
     29\**********************************************************************************/
     30
     31
     32---> TESTPOINT PASSED (psVector{psVectorExtend} | tst_psVector.c)
     33
Note: See TracChangeset for help on using the changeset viewer.