- 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_01.stdout
r968 r1034 1 / ----------------------------- TESTPOINT ------------------------------------------\2 | TestFile: tst_psVector_01.c | 3 | TestPoint: psVector{Create S32 vector} | 4 | TestType: Positive | 5 \ ----------------------------------------------------------------------------------/1 /***************************** TESTPOINT ******************************************\ 2 * TestFile: tst_psVector_01.c * 3 * TestPoint: psVector{Create S32 vector} * 4 * TestType: Positive * 5 \**********************************************************************************/ 6 6 7 7 Vector size = 5 … … 12 12 ---> TESTPOINT PASSED (psVector{Create S32 vector} | tst_psVector_01.c) 13 13 14 / ----------------------------- TESTPOINT ------------------------------------------\15 | TestFile: tst_psVector_01.c | 16 | TestPoint: psVector{Add data to S32 vector} | 17 | TestType: Positive | 18 \ ----------------------------------------------------------------------------------/14 /***************************** TESTPOINT ******************************************\ 15 * TestFile: tst_psVector_01.c * 16 * TestPoint: psVector{Add data to S32 vector} * 17 * TestType: Positive * 18 \**********************************************************************************/ 19 19 20 20 Elem 0 = 0 … … 28 28 ---> TESTPOINT PASSED (psVector{Add data to S32 vector} | tst_psVector_01.c) 29 29 30 / ----------------------------- TESTPOINT ------------------------------------------\31 | TestFile: tst_psVector_01.c | 32 | TestPoint: psVector{Reallocate S32 vector bigger} | 33 | TestType: Positive | 34 \ ----------------------------------------------------------------------------------/30 /***************************** TESTPOINT ******************************************\ 31 * TestFile: tst_psVector_01.c * 32 * TestPoint: psVector{Reallocate S32 vector bigger} * 33 * TestType: Positive * 34 \**********************************************************************************/ 35 35 36 36 Adding more elements to S32 vector... … … 45 45 ---> TESTPOINT PASSED (psVector{Reallocate S32 vector bigger} | tst_psVector_01.c) 46 46 47 / ----------------------------- TESTPOINT ------------------------------------------\48 | TestFile: tst_psVector_01.c | 49 | TestPoint: psVector{Reallocate S32 vector smaller} | 50 | TestType: Positive | 51 \ ----------------------------------------------------------------------------------/47 /***************************** TESTPOINT ******************************************\ 48 * TestFile: tst_psVector_01.c * 49 * TestPoint: psVector{Reallocate S32 vector smaller} * 50 * TestType: Positive * 51 \**********************************************************************************/ 52 52 53 53 Vector size = 3 … … 60 60 ---> TESTPOINT PASSED (psVector{Reallocate integer S32 smaller} | tst_psVector_01.c) 61 61 62 / ----------------------------- TESTPOINT ------------------------------------------\63 | TestFile: tst_psVector_01.c | 64 | TestPoint: psVector{Free S32 vector} | 65 | TestType: Positive | 66 \ ----------------------------------------------------------------------------------/62 /***************************** TESTPOINT ******************************************\ 63 * TestFile: tst_psVector_01.c * 64 * TestPoint: psVector{Free S32 vector} * 65 * TestType: Positive * 66 \**********************************************************************************/ 67 67 68 68 69 69 ---> TESTPOINT PASSED (psVector{Free S32 vector} | tst_psVector_01.c) 70 70 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 \ ----------------------------------------------------------------------------------/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 78 79 79 80 80 ---> TESTPOINT PASSED (psVector{Attempt to create a S32 vector with zero size} | tst_psVector_01.c) 81 81 82 / ----------------------------- TESTPOINT ------------------------------------------\83 | TestFile: tst_psVector_01.c | 84 | TestPoint: psVector{Attempt to realloc a null S32 vector} | 85 | TestType: Negative | 86 | ExpectedErrorText: Null input vector | 87 | ExpectedStatusValue: 0 | 88 \ ----------------------------------------------------------------------------------/82 /***************************** TESTPOINT ******************************************\ 83 * TestFile: tst_psVector_01.c * 84 * TestPoint: psVector{Attempt to realloc a null S32 vector} * 85 * TestType: Negative * 86 * ExpectedErrorText: Null input vector * 87 * ExpectedStatusValue: 0 * 88 \**********************************************************************************/ 89 89 90 90
Note:
See TracChangeset
for help on using the changeset viewer.
