IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 18, 2004, 2:34:22 PM (22 years ago)
Author:
evanalst
Message:

Add test cases for function psArrayRemove

File:
1 edited

Legend:

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

    r2354 r2385  
    7373/***************************** TESTPOINT ******************************************\
    7474*             TestFile: tst_psArray.c                                              *
     75*            TestPoint: psArray{Remove valid item}                                 *
     76*             TestType: Positive                                                   *
     77\**********************************************************************************/
     78
     79Array size after removal = 2
     80ts[0].x = 10 ts[0].y = 10.10
     81ts[1].x = 20 ts[1].y = 20.20
     82
     83---> TESTPOINT PASSED (psArray{Remove valid item} | tst_psArray.c)
     84
     85/***************************** TESTPOINT ******************************************\
     86*             TestFile: tst_psArray.c                                              *
     87*            TestPoint: psArray{Remove invalid item from array}                    *
     88*             TestType: Positive                                                   *
     89\**********************************************************************************/
     90
     91
     92---> TESTPOINT PASSED (psArray{Remove invalid item from array} | tst_psArray.c)
     93
     94/***************************** TESTPOINT ******************************************\
     95*             TestFile: tst_psArray.c                                              *
     96*            TestPoint: psArray{Remove item from null array}                       *
     97*             TestType: Positive                                                   *
     98\**********************************************************************************/
     99
     100/***************************** TESTPOINT ******************************************\
     101*             TestFile: tst_psArray.c                                              *
    75102*            TestPoint: psArray{Free void pointer array}                           *
    76103*             TestType: Positive                                                   *
Note: See TracChangeset for help on using the changeset viewer.