- Timestamp:
- May 31, 2005, 11:52:55 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataIO/verified/tst_psLookupTable_01.stderr
r3269 r4054 9 9 <DATE><TIME>|<HOST>|E|psLookupTableAlloc (FILE:LINENO) 10 10 Unallowable operation: fileName is NULL. 11 <DATE><TIME>|<HOST>|I|testLookupTableAlloc 12 Following should generate error message for invalid format string 13 <DATE><TIME>|<HOST>|E|psLookupTableAlloc (FILE:LINENO) 14 Unallowable operation: format is NULL. 11 15 12 16 ---> TESTPOINT PASSED (psLookupTable{psLookupTableAlloc} | tst_psLookupTable_01.c) 17 18 /***************************** TESTPOINT ******************************************\ 19 * TestFile: tst_psLookupTable_01.c * 20 * TestPoint: psLookupTable{psVectorsReadFromFile} * 21 * TestType: Positive * 22 \**********************************************************************************/ 23 24 <DATE><TIME>|<HOST>|I|testVectorsReadFromFile 25 Following should generate error message for NULL format 26 <DATE><TIME>|<HOST>|E|psVectorsReadFromFile (FILE:LINENO) 27 Unallowable operation: format is NULL. 28 <DATE><TIME>|<HOST>|I|testVectorsReadFromFile 29 Following should generate error message for NULL filename 30 <DATE><TIME>|<HOST>|E|psVectorsReadFromFile (FILE:LINENO) 31 Unallowable operation: filename is NULL. 32 <DATE><TIME>|<HOST>|I|testVectorsReadFromFile 33 Following should generate error message for invalid format specifier 34 <DATE><TIME>|<HOST>|E|psVectorsReadFromFile (FILE:LINENO) 35 Invalid format specifier 36 <DATE><TIME>|<HOST>|E|psVectorsReadFromFile (FILE:LINENO) 37 Format string was not parsed sucessfully 38 <DATE><TIME>|<HOST>|I|testVectorsReadFromFile 39 Following should generate error message for non-existant file 40 <DATE><TIME>|<HOST>|E|psVectorsReadFromFile (FILE:LINENO) 41 Failed to open file verified/nonexistant.dat. 42 <DATE><TIME>|<HOST>|I|testVectorsReadFromFile 43 Following should generate error message for error is file 44 <DATE><TIME>|<HOST>|E|psVectorsReadFromFile (FILE:LINENO) 45 Parsing text file failed. 46 47 ---> TESTPOINT PASSED (psLookupTable{psVectorsReadFromFile} | tst_psLookupTable_01.c) 48 49 /***************************** TESTPOINT ******************************************\ 50 * TestFile: tst_psLookupTable_01.c * 51 * TestPoint: psLookupTable{psLookupTableImport} * 52 * TestType: Positive * 53 \**********************************************************************************/ 54 55 <DATE><TIME>|<HOST>|I|testLookupTableImport 56 Following should generate error message for NULL table argument 57 <DATE><TIME>|<HOST>|E|psLookupTableImport (FILE:LINENO) 58 Unallowable operation: table is NULL. 59 <DATE><TIME>|<HOST>|I|testLookupTableImport 60 Following should generate error message for NULL vectors 61 <DATE><TIME>|<HOST>|E|psLookupTableImport (FILE:LINENO) 62 Unallowable operation: vectors is NULL. 63 <DATE><TIME>|<HOST>|I|testLookupTableImport 64 Following should generate error message for invalid index column 65 <DATE><TIME>|<HOST>|E|psLookupTableImport (FILE:LINENO) 66 Index column cannot be less than zero 67 68 ---> TESTPOINT PASSED (psLookupTable{psLookupTableImport} | tst_psLookupTable_01.c) 13 69 14 70 /***************************** TESTPOINT ******************************************\ … … 19 75 20 76 <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 77 Following should generate an error message for NULL table 60 78 <DATE><TIME>|<HOST>|E|psLookupTableRead (FILE:LINENO) 61 79 Unallowable operation: table is NULL. 80 <DATE><TIME>|<HOST>|I|testLookupTableRead 81 Following should generate error message invalid table indexCol 82 <DATE><TIME>|<HOST>|E|psLookupTableImport (FILE:LINENO) 83 Index column cannot be less than zero 62 84 63 85 ---> TESTPOINT PASSED (psLookupTable{psLookupTableRead} | tst_psLookupTable_01.c) … … 70 92 71 93 <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 94 Following should generate error message for invalid table 77 95 <DATE><TIME>|<HOST>|E|psLookupTableInterpolate (FILE:LINENO) 78 96 Unallowable operation: table is NULL. 79 97 <DATE><TIME>|<HOST>|I|testLookupTableInterpolate 80 Following should generate an error NULL status98 Following should generate error out of range. 81 99 <DATE><TIME>|<HOST>|E|psLookupTableInterpolate (FILE:LINENO) 82 Unallowable operation: status is NULL.100 Error: column, 100, is out of range. Must be between 0 and 9. 83 101 84 102 ---> TESTPOINT PASSED (psLookupTable{psLookupTableInterpolate} | tst_psLookupTable_01.c) … … 94 112 <DATE><TIME>|<HOST>|E|psLookupTableInterpolateAll (FILE:LINENO) 95 113 Unallowable operation: table is NULL. 96 <DATE><TIME>|<HOST>|I|testLookupTableInterpolateAll97 Following should generate an error message for NULL status vector98 <DATE><TIME>|<HOST>|E|psLookupTableInterpolateAll (FILE:LINENO)99 Unallowable operation: stats is NULL.100 114 101 115 ---> TESTPOINT PASSED (psLookupTable{psLookupTableInterpolateAll} | tst_psLookupTable_01.c)
Note:
See TracChangeset
for help on using the changeset viewer.
