- Timestamp:
- May 5, 2004, 12:38:21 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/verified/tst_psArray_05.stdout
r576 r583 1 /----------------------------- TESTPOINT -------------------------------- \2 | TestFile: tst_psArray_05.c |3 | TestPoint: psArray{Create void pointer array} |4 | TestType: Positive |5 \------------------------------------------------------------------------ /1 /----------------------------- TESTPOINT ------------------------------------------\ 2 | TestFile: tst_psArray_05.c | 3 | TestPoint: psArray{Create void pointer array} | 4 | TestType: Positive | 5 \----------------------------------------------------------------------------------/ 6 6 7 7 Array size = 5 … … 9 9 ---> TESTPOINT PASSED (psArray{Create void pointer array} | tst_psArray_05.c) 10 10 11 /----------------------------- TESTPOINT -------------------------------- \12 | TestFile: tst_psArray_05.c |13 | TestPoint: psArray{Add data to void pointer array} |14 | TestType: Positive |15 \------------------------------------------------------------------------ /11 /----------------------------- TESTPOINT ------------------------------------------\ 12 | TestFile: tst_psArray_05.c | 13 | TestPoint: psArray{Add data to void pointer array} | 14 | TestType: Positive | 15 \----------------------------------------------------------------------------------/ 16 16 17 17 ts[0].x = 0 ts[0].y = 0.00 … … 23 23 ---> TESTPOINT PASSED (psArray{Add data to void pointer array} | tst_psArray_05.c) 24 24 25 /----------------------------- TESTPOINT -------------------------------- \26 | TestFile: tst_psArray_05.c |27 | TestPoint: psArray{Reallocate void pointer array bigger} |28 | TestType: Positive |29 \------------------------------------------------------------------------ /25 /----------------------------- TESTPOINT ------------------------------------------\ 26 | TestFile: tst_psArray_05.c | 27 | TestPoint: psArray{Reallocate void pointer array bigger} | 28 | TestType: Positive | 29 \----------------------------------------------------------------------------------/ 30 30 31 31 Array size = 10 … … 43 43 ---> TESTPOINT PASSED (psArray{Reallocate void pointer array bigger} | tst_psArray_05.c) 44 44 45 /----------------------------- TESTPOINT -------------------------------- \46 | TestFile: tst_psArray_05.c |47 | TestPoint: psArray{Reallocate void pointer array smaller} |48 | TestType: Positive |49 \------------------------------------------------------------------------ /45 /----------------------------- TESTPOINT ------------------------------------------\ 46 | TestFile: tst_psArray_05.c | 47 | TestPoint: psArray{Reallocate void pointer array smaller} | 48 | TestType: Positive | 49 \----------------------------------------------------------------------------------/ 50 50 51 51 Array size = 3 … … 56 56 ---> TESTPOINT PASSED (psArray{Reallocate void pointer array smaller} | tst_psArray_05.c) 57 57 58 /----------------------------- TESTPOINT -------------------------------- \59 | TestFile: tst_psArray_05.c |60 | TestPoint: psArray{Free void pointer array} |61 | TestType: Positive |62 \------------------------------------------------------------------------ /58 /----------------------------- TESTPOINT ------------------------------------------\ 59 | TestFile: tst_psArray_05.c | 60 | TestPoint: psArray{Free void pointer array} | 61 | TestType: Positive | 62 \----------------------------------------------------------------------------------/ 63 63 64 64
Note:
See TracChangeset
for help on using the changeset viewer.
