Changeset 8380 for trunk/ippdb/tests/insert.c
- Timestamp:
- Aug 15, 2006, 6:14:10 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/insert.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/insert.c
r8368 r8380 418 418 } 419 419 420 if (!detNormalizedImfileInsert(dbh, -32, -32, "a string", "a string" , "a string")) {420 if (!detNormalizedImfileInsert(dbh, -32, -32, "a string", "a string")) { 421 421 exit(EXIT_FAILURE); 422 422 } … … 463 463 } 464 464 465 if (!detResidImfile AnalysisInsert(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 (!detResidExp AnalysisInsert(dbh, -32, -32, "a string", "a string", true, true)) {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)) { 481 481 exit(EXIT_FAILURE); 482 482 }
Note:
See TracChangeset
for help on using the changeset viewer.
