Changeset 10238 for trunk/ippdb/tests/insert.c
- Timestamp:
- Nov 28, 2006, 12:23:25 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/insert.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/insert.c
r10152 r10238 448 448 } 449 449 450 if (!detMasterFrameInsert(dbh, -32, -32, "a string")) {451 exit(EXIT_FAILURE);452 }453 454 psDBCleanup(dbh);455 }456 457 {458 psDB *dbh;459 460 dbh = psDBInit("localhost", "test", NULL, "test");461 if (!dbh) {462 exit(EXIT_FAILURE);463 }464 465 if (!detMasterImfileInsert(dbh, -32, "a string", "a string", "a string")) {466 exit(EXIT_FAILURE);467 }468 469 psDBCleanup(dbh);470 }471 472 {473 psDB *dbh;474 475 dbh = psDBInit("localhost", "test", NULL, "test");476 if (!dbh) {477 exit(EXIT_FAILURE);478 }479 480 450 if (!detResidImfileInsert(dbh, -32, -32, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string")) { 481 451 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
