Changeset 3269
- Timestamp:
- Feb 17, 2005, 11:49:15 AM (21 years ago)
- Location:
- trunk/psLib/test
- Files:
-
- 2 edited
-
dataIO/verified/tst_psLookupTable_01.stderr (modified) (1 diff)
-
fileUtils/verified/tst_psLookupTable_01.stderr (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataIO/verified/tst_psLookupTable_01.stderr
r2311 r3269 1 /***************************** TESTPOINT ******************************************\ 2 * TestFile: tst_psLookupTable_01.c * 3 * TestPoint: psLookupTable{psLookupTableAlloc} * 4 * TestType: Positive * 5 \**********************************************************************************/ 6 7 <DATE><TIME>|<HOST>|I|testLookupTableAlloc 8 Following should generate error message for invalid file name 9 <DATE><TIME>|<HOST>|E|psLookupTableAlloc (FILE:LINENO) 10 Unallowable operation: fileName is NULL. 11 12 ---> TESTPOINT PASSED (psLookupTable{psLookupTableAlloc} | tst_psLookupTable_01.c) 13 14 /***************************** TESTPOINT ******************************************\ 15 * TestFile: tst_psLookupTable_01.c * 16 * TestPoint: psLookupTable{psLookupTableRead} * 17 * TestType: Positive * 18 \**********************************************************************************/ 19 20 <DATE><TIME>|<HOST>|I|testLookupTableRead 21 Following should generate an error message about invalid type 22 <DATE><TIME>|<HOST>|E|printError (FILE:LINENO) 23 Unable to parse type, (null) on line 3. 24 <DATE><TIME>|<HOST>|E|psLookupTableRead (FILE:LINENO) 25 Lookup table is invalid. 26 <DATE><TIME>|<HOST>|I|testLookupTableRead 27 Following should generate an error message about invalid value 28 <DATE><TIME>|<HOST>|E|printError (FILE:LINENO) 29 Unable to parse string, 1) on line 5. 30 <DATE><TIME>|<HOST>|E|printError (FILE:LINENO) 31 Unable to parse string, 4= on line 5. 32 <DATE><TIME>|<HOST>|E|printError (FILE:LINENO) 33 Unable to parse string, 8; on line 5. 34 <DATE><TIME>|<HOST>|E|printError (FILE:LINENO) 35 Unable to parse string, 1(6 on line 5. 36 <DATE><TIME>|<HOST>|E|printError (FILE:LINENO) 37 Unable to parse string, -1_ on line 5. 38 <DATE><TIME>|<HOST>|E|printError (FILE:LINENO) 39 Unable to parse string, -4$ on line 5. 40 <DATE><TIME>|<HOST>|E|printError (FILE:LINENO) 41 Unable to parse string, -8@ on line 5. 42 <DATE><TIME>|<HOST>|E|printError (FILE:LINENO) 43 Unable to parse string, -16{ on line 5. 44 <DATE><TIME>|<HOST>|E|printError (FILE:LINENO) 45 Unable to parse string, 0.0[ on line 5. 46 <DATE><TIME>|<HOST>|E|printError (FILE:LINENO) 47 Unable to parse string, -1.0] on line 5. 48 <DATE><TIME>|<HOST>|E|psLookupTableRead (FILE:LINENO) 49 Lookup table is invalid. 50 <DATE><TIME>|<HOST>|I|testLookupTableRead 51 Following should generate error msg about opening file 52 <DATE><TIME>|<HOST>|E|psLookupTableRead (FILE:LINENO) 53 Failed to open file nonexistantFile.dat. 54 <DATE><TIME>|<HOST>|I|testLookupTableRead 55 Following should generate error msg about NULL file name 56 <DATE><TIME>|<HOST>|E|psLookupTableRead (FILE:LINENO) 57 Unallowable operation: table->fileName is NULL. 58 <DATE><TIME>|<HOST>|I|testLookupTableRead 59 Following should generate error msg about NULL table 60 <DATE><TIME>|<HOST>|E|psLookupTableRead (FILE:LINENO) 61 Unallowable operation: table is NULL. 62 63 ---> TESTPOINT PASSED (psLookupTable{psLookupTableRead} | tst_psLookupTable_01.c) 64 65 /***************************** TESTPOINT ******************************************\ 66 * TestFile: tst_psLookupTable_01.c * 67 * TestPoint: psLookupTable{psLookupTableInterpolate} * 68 * TestType: Positive * 69 \**********************************************************************************/ 70 71 <DATE><TIME>|<HOST>|I|testLookupTableInterpolate 72 Following should generate error out of range. 73 <DATE><TIME>|<HOST>|E|psLookupTableInterpolate (FILE:LINENO) 74 Error: column, 100, is out of range. Must be between 0 and 8. 75 <DATE><TIME>|<HOST>|I|testLookupTableInterpolate 76 Following should generate error NULL table 77 <DATE><TIME>|<HOST>|E|psLookupTableInterpolate (FILE:LINENO) 78 Unallowable operation: table is NULL. 79 <DATE><TIME>|<HOST>|I|testLookupTableInterpolate 80 Following should generate an error NULL status 81 <DATE><TIME>|<HOST>|E|psLookupTableInterpolate (FILE:LINENO) 82 Unallowable operation: status is NULL. 83 84 ---> TESTPOINT PASSED (psLookupTable{psLookupTableInterpolate} | tst_psLookupTable_01.c) 85 86 /***************************** TESTPOINT ******************************************\ 87 * TestFile: tst_psLookupTable_01.c * 88 * TestPoint: psLookupTable{psLookupTableInterpolateAll} * 89 * TestType: Positive * 90 \**********************************************************************************/ 91 92 <DATE><TIME>|<HOST>|I|testLookupTableInterpolateAll 93 Following should generate an error message for NULL table 94 <DATE><TIME>|<HOST>|E|psLookupTableInterpolateAll (FILE:LINENO) 95 Unallowable operation: table is NULL. 96 <DATE><TIME>|<HOST>|I|testLookupTableInterpolateAll 97 Following should generate an error message for NULL status vector 98 <DATE><TIME>|<HOST>|E|psLookupTableInterpolateAll (FILE:LINENO) 99 Unallowable operation: stats is NULL. 100 101 ---> TESTPOINT PASSED (psLookupTable{psLookupTableInterpolateAll} | tst_psLookupTable_01.c) 102 -
trunk/psLib/test/fileUtils/verified/tst_psLookupTable_01.stderr
r2311 r3269 1 /***************************** TESTPOINT ******************************************\ 2 * TestFile: tst_psLookupTable_01.c * 3 * TestPoint: psLookupTable{psLookupTableAlloc} * 4 * TestType: Positive * 5 \**********************************************************************************/ 6 7 <DATE><TIME>|<HOST>|I|testLookupTableAlloc 8 Following should generate error message for invalid file name 9 <DATE><TIME>|<HOST>|E|psLookupTableAlloc (FILE:LINENO) 10 Unallowable operation: fileName is NULL. 11 12 ---> TESTPOINT PASSED (psLookupTable{psLookupTableAlloc} | tst_psLookupTable_01.c) 13 14 /***************************** TESTPOINT ******************************************\ 15 * TestFile: tst_psLookupTable_01.c * 16 * TestPoint: psLookupTable{psLookupTableRead} * 17 * TestType: Positive * 18 \**********************************************************************************/ 19 20 <DATE><TIME>|<HOST>|I|testLookupTableRead 21 Following should generate an error message about invalid type 22 <DATE><TIME>|<HOST>|E|printError (FILE:LINENO) 23 Unable to parse type, (null) on line 3. 24 <DATE><TIME>|<HOST>|E|psLookupTableRead (FILE:LINENO) 25 Lookup table is invalid. 26 <DATE><TIME>|<HOST>|I|testLookupTableRead 27 Following should generate an error message about invalid value 28 <DATE><TIME>|<HOST>|E|printError (FILE:LINENO) 29 Unable to parse string, 1) on line 5. 30 <DATE><TIME>|<HOST>|E|printError (FILE:LINENO) 31 Unable to parse string, 4= on line 5. 32 <DATE><TIME>|<HOST>|E|printError (FILE:LINENO) 33 Unable to parse string, 8; on line 5. 34 <DATE><TIME>|<HOST>|E|printError (FILE:LINENO) 35 Unable to parse string, 1(6 on line 5. 36 <DATE><TIME>|<HOST>|E|printError (FILE:LINENO) 37 Unable to parse string, -1_ on line 5. 38 <DATE><TIME>|<HOST>|E|printError (FILE:LINENO) 39 Unable to parse string, -4$ on line 5. 40 <DATE><TIME>|<HOST>|E|printError (FILE:LINENO) 41 Unable to parse string, -8@ on line 5. 42 <DATE><TIME>|<HOST>|E|printError (FILE:LINENO) 43 Unable to parse string, -16{ on line 5. 44 <DATE><TIME>|<HOST>|E|printError (FILE:LINENO) 45 Unable to parse string, 0.0[ on line 5. 46 <DATE><TIME>|<HOST>|E|printError (FILE:LINENO) 47 Unable to parse string, -1.0] on line 5. 48 <DATE><TIME>|<HOST>|E|psLookupTableRead (FILE:LINENO) 49 Lookup table is invalid. 50 <DATE><TIME>|<HOST>|I|testLookupTableRead 51 Following should generate error msg about opening file 52 <DATE><TIME>|<HOST>|E|psLookupTableRead (FILE:LINENO) 53 Failed to open file nonexistantFile.dat. 54 <DATE><TIME>|<HOST>|I|testLookupTableRead 55 Following should generate error msg about NULL file name 56 <DATE><TIME>|<HOST>|E|psLookupTableRead (FILE:LINENO) 57 Unallowable operation: table->fileName is NULL. 58 <DATE><TIME>|<HOST>|I|testLookupTableRead 59 Following should generate error msg about NULL table 60 <DATE><TIME>|<HOST>|E|psLookupTableRead (FILE:LINENO) 61 Unallowable operation: table is NULL. 62 63 ---> TESTPOINT PASSED (psLookupTable{psLookupTableRead} | tst_psLookupTable_01.c) 64 65 /***************************** TESTPOINT ******************************************\ 66 * TestFile: tst_psLookupTable_01.c * 67 * TestPoint: psLookupTable{psLookupTableInterpolate} * 68 * TestType: Positive * 69 \**********************************************************************************/ 70 71 <DATE><TIME>|<HOST>|I|testLookupTableInterpolate 72 Following should generate error out of range. 73 <DATE><TIME>|<HOST>|E|psLookupTableInterpolate (FILE:LINENO) 74 Error: column, 100, is out of range. Must be between 0 and 8. 75 <DATE><TIME>|<HOST>|I|testLookupTableInterpolate 76 Following should generate error NULL table 77 <DATE><TIME>|<HOST>|E|psLookupTableInterpolate (FILE:LINENO) 78 Unallowable operation: table is NULL. 79 <DATE><TIME>|<HOST>|I|testLookupTableInterpolate 80 Following should generate an error NULL status 81 <DATE><TIME>|<HOST>|E|psLookupTableInterpolate (FILE:LINENO) 82 Unallowable operation: status is NULL. 83 84 ---> TESTPOINT PASSED (psLookupTable{psLookupTableInterpolate} | tst_psLookupTable_01.c) 85 86 /***************************** TESTPOINT ******************************************\ 87 * TestFile: tst_psLookupTable_01.c * 88 * TestPoint: psLookupTable{psLookupTableInterpolateAll} * 89 * TestType: Positive * 90 \**********************************************************************************/ 91 92 <DATE><TIME>|<HOST>|I|testLookupTableInterpolateAll 93 Following should generate an error message for NULL table 94 <DATE><TIME>|<HOST>|E|psLookupTableInterpolateAll (FILE:LINENO) 95 Unallowable operation: table is NULL. 96 <DATE><TIME>|<HOST>|I|testLookupTableInterpolateAll 97 Following should generate an error message for NULL status vector 98 <DATE><TIME>|<HOST>|E|psLookupTableInterpolateAll (FILE:LINENO) 99 Unallowable operation: stats is NULL. 100 101 ---> TESTPOINT PASSED (psLookupTable{psLookupTableInterpolateAll} | tst_psLookupTable_01.c) 102
Note:
See TracChangeset
for help on using the changeset viewer.
