Changeset 9745 for trunk/psLib/test
- Timestamp:
- Oct 24, 2006, 6:58:39 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/types/tap_psLookupTable_all.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/types/tap_psLookupTable_all.c
r9714 r9745 24 24 int main(void) 25 25 { 26 plan_tests(2 7);26 plan_tests(28); 27 27 28 28 diag("Tests for psLookupTable Functions"); … … 149 149 "psVectorsReadFromFile: return NULL for empty table."); 150 150 } 151 // Attempt to read from file with partially constructed row 152 { 153 outVec = psVectorsReadFromFile("table3.dat", 154 "\%f \%d \%d \%ld \%d \%d \%d \%ld \%*d \%lf"); 155 ok( outVec == NULL, 156 "psVectorsReadFromFile: return NULL for table with partially" 157 " constructed row."); 158 } 151 159 //Attempt to read with valid inputs 152 160 {
Note:
See TracChangeset
for help on using the changeset viewer.
