- Timestamp:
- Jun 14, 2004, 2:13:57 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/verified/tst_psVector_02.stdout
r880 r1034 1 / ----------------------------- TESTPOINT ------------------------------------------\2 | TestFile: tst_psVector_02.c | 3 | TestPoint: psVector{Create void pointer vector} | 4 | TestType: Positive | 5 \ ----------------------------------------------------------------------------------/1 /***************************** TESTPOINT ******************************************\ 2 * TestFile: tst_psVector_02.c * 3 * TestPoint: psVector{Create void pointer vector} * 4 * TestType: Positive * 5 \**********************************************************************************/ 6 6 7 7 Vector size = 5 … … 10 10 ---> TESTPOINT PASSED (psVector{Create void pointer vector} | tst_psVector_02.c) 11 11 12 / ----------------------------- TESTPOINT ------------------------------------------\13 | TestFile: tst_psVector_02.c | 14 | TestPoint: psVector{Add data to void pointer vector} | 15 | TestType: Positive | 16 \ ----------------------------------------------------------------------------------/12 /***************************** TESTPOINT ******************************************\ 13 * TestFile: tst_psVector_02.c * 14 * TestPoint: psVector{Add data to void pointer vector} * 15 * TestType: Positive * 16 \**********************************************************************************/ 17 17 18 18 ts[0].x = 0 ts[0].y = 0.00 … … 26 26 ---> TESTPOINT PASSED (psVector{Add data to void pointer vector} | tst_psVector_02.c) 27 27 28 / ----------------------------- TESTPOINT ------------------------------------------\29 | TestFile: tst_psVector_02.c | 30 | TestPoint: psVector{Reallocate void pointer vector bigger} | 31 | TestType: Positive | 32 \ ----------------------------------------------------------------------------------/28 /***************************** TESTPOINT ******************************************\ 29 * TestFile: tst_psVector_02.c * 30 * TestPoint: psVector{Reallocate void pointer vector bigger} * 31 * TestType: Positive * 32 \**********************************************************************************/ 33 33 34 34 Adding more elements to void pointer vector... … … 48 48 ---> TESTPOINT PASSED (psVector{Reallocate void pointer vector bigger} | tst_psVector_02.c) 49 49 50 / ----------------------------- TESTPOINT ------------------------------------------\51 | TestFile: tst_psVector_02.c | 52 | TestPoint: psVector{Reallocate void pointer vector smaller} | 53 | TestType: Positive | 54 \ ----------------------------------------------------------------------------------/50 /***************************** TESTPOINT ******************************************\ 51 * TestFile: tst_psVector_02.c * 52 * TestPoint: psVector{Reallocate void pointer vector smaller} * 53 * TestType: Positive * 54 \**********************************************************************************/ 55 55 56 56 ts[0].x = 0 ts[0].y = 0.00 … … 62 62 ---> TESTPOINT PASSED (psVector{Reallocate integer void pointer smaller} | tst_psVector_02.c) 63 63 64 / ----------------------------- TESTPOINT ------------------------------------------\65 | TestFile: tst_psVector_02.c | 66 | TestPoint: psVector{Free void pointer vector} | 67 | TestType: Positive | 68 \ ----------------------------------------------------------------------------------/64 /***************************** TESTPOINT ******************************************\ 65 * TestFile: tst_psVector_02.c * 66 * TestPoint: psVector{Free void pointer vector} * 67 * TestType: Positive * 68 \**********************************************************************************/ 69 69 70 70
Note:
See TracChangeset
for help on using the changeset viewer.
