Changeset 8528 for trunk/ippdb/tests/insert.c
- Timestamp:
- Aug 23, 2006, 1:55:03 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/insert.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/insert.c
r8380 r8528 358 358 } 359 359 360 if (!detInputExpInsert(dbh, -32, -32, "a string", true , true)) {360 if (!detInputExpInsert(dbh, -32, -32, "a string", true)) { 361 361 exit(EXIT_FAILURE); 362 362 } … … 388 388 } 389 389 390 if (!detStackedImfileInsert(dbh, -32, -32, "a string", "a string", "a string" )) {390 if (!detStackedImfileInsert(dbh, -32, -32, "a string", "a string", "a string", 64.64, 64.64, 64.64)) { 391 391 exit(EXIT_FAILURE); 392 392 } … … 463 463 } 464 464 465 if (!detResidImfileInsert(dbh, -32, -32, "a string", "a string", "a string", "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 if (!detResidExpInsert(dbh, -32, -32, "a string", "a string", true, true)) { 465 if (!detResidImfileInsert(dbh, -32, -32, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, "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 if (!detResidExpInsert(dbh, -32, -32, "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string", true)) { 481 exit(EXIT_FAILURE); 482 } 483 484 psDBCleanup(dbh); 485 } 486 487 { 488 psDB *dbh; 489 490 dbh = psDBInit("localhost", "test", NULL, "test"); 491 if (!dbh) { 492 exit(EXIT_FAILURE); 493 } 494 495 if (!detRunSummaryInsert(dbh, -32, -32, 64.64, 64.64, 64.64, true)) { 481 496 exit(EXIT_FAILURE); 482 497 }
Note:
See TracChangeset
for help on using the changeset viewer.
