IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 869


Ignore:
Timestamp:
Jun 4, 2004, 10:27:45 AM (22 years ago)
Author:
harman
Message:

Added more vector tests

Location:
trunk/psLib/test/collections/verified
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/collections/verified/tst_psVector_01.stdout

    r835 r869  
    66
    77Vector size = 5
    8 Vector population = 0
     8Vector type = 260
     9Vector dimen = 1
     10Vector size = 5
    911
    1012---> TESTPOINT PASSED (psVector{Create S32 vector} | tst_psVector_01.c)
     
    6769---> TESTPOINT PASSED (psVector{Free S32 vector} | tst_psVector_01.c)
    6870
     71/----------------------------- TESTPOINT ------------------------------------------\
     72|             TestFile: tst_psVector_01.c                                          |
     73|            TestPoint: psVector{Attempt to create a S32 vector with zero size}    |
     74|             TestType: Negative                                                   |
     75|    ExpectedErrorText: Invalid value for nalloc                                   |
     76|  ExpectedStatusValue: 0                                                          |
     77\----------------------------------------------------------------------------------/
     78
     79
     80---> TESTPOINT PASSED (psVector{Attempt to create a S32 vector with zero size} | tst_psVector_01.c)
     81
  • trunk/psLib/test/collections/verified/tst_psVector_02.stdout

    r835 r869  
    66
    77Vector size = 5
     8Vector type = 0
     9Vector dimen = 1
    810Vector population = 0
    911
  • trunk/psLib/test/collections/verified/tst_psVector_03.stdout

    r835 r869  
    66
    77Vector size = 5
     8Vector type = 0
     9Vector dimen = 1
    810Vector population = 0
    911
Note: See TracChangeset for help on using the changeset viewer.