Changeset 13739 for trunk/ippdb/tests/insert.c
- Timestamp:
- Jun 8, 2007, 5:40:47 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/insert.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/insert.c
r13649 r13739 358 358 } 359 359 360 if (!warpSkyfileInsert(dbh, -64, "a string", "a string", "a string", 64.64, 64.64)) {360 if (!warpSkyfileInsert(dbh, -64, "a string", "a string", "a string", "a string", 64.64, 64.64)) { 361 361 exit(EXIT_FAILURE); 362 362 } … … 403 403 } 404 404 405 if (!diffSkyfileInsert(dbh, -64, "a string", 64.64, 64.64)) {405 if (!diffSkyfileInsert(dbh, -64, "a string", "a string", 64.64, 64.64)) { 406 406 exit(EXIT_FAILURE); 407 407 } … … 448 448 } 449 449 450 if (!stackSumSkyfileInsert(dbh, -64, "a string", 64.64, 64.64)) {450 if (!stackSumSkyfileInsert(dbh, -64, "a string", "a string", 64.64, 64.64)) { 451 451 exit(EXIT_FAILURE); 452 452 }
Note:
See TracChangeset
for help on using the changeset viewer.
