Changeset 8020 for branches/jhoblitt/ippdb/tests/insert.c
- Timestamp:
- Jul 31, 2006, 3:44:47 PM (20 years ago)
- File:
-
- 1 edited
-
branches/jhoblitt/ippdb/tests/insert.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/jhoblitt/ippdb/tests/insert.c
r8006 r8020 163 163 } 164 164 165 if (!pzPendingImfileInsert(dbh, "a string", -32, "a string", "a string", "a string" , "a string")) {165 if (!pzPendingImfileInsert(dbh, "a string", -32, "a string", "a string", "a string")) { 166 166 exit(EXIT_FAILURE); 167 167 } … … 193 193 } 194 194 195 if (!newImfileInsert(dbh, "a string", "a string", "a string" , "a string")) {195 if (!newImfileInsert(dbh, "a string", "a string", "a string")) { 196 196 exit(EXIT_FAILURE); 197 197 }
Note:
See TracChangeset
for help on using the changeset viewer.
