Changeset 8380 for trunk/ippdb/tests/pop.c
- Timestamp:
- Aug 15, 2006, 6:14:10 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/pop.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/pop.c
r8368 r8380 594 594 char class_id[256]; 595 595 char uri[256]; 596 char recipe[256]; 597 598 dbh = psDBInit("localhost", "test", NULL, "test"); 599 if (!dbh) { 600 exit(EXIT_FAILURE); 601 } 602 603 if (!detNormalizedImfilePop(dbh, &det_id, &iteration, (char **)&class_id, (char **)&uri, (char **)&recipe)) { 596 597 dbh = psDBInit("localhost", "test", NULL, "test"); 598 if (!dbh) { 599 exit(EXIT_FAILURE); 600 } 601 602 if (!detNormalizedImfilePop(dbh, &det_id, &iteration, (char **)&class_id, (char **)&uri)) { 604 603 exit(EXIT_FAILURE); 605 604 } … … 661 660 } 662 661 663 if (!detResidImfile AnalysisPop(dbh, &det_id, &iteration, (char **)&exp_id, (char **)&class_id, (char **)&recipe, (char **)&uri, (char **)&b1_uri, (char **)&b2_uri)) {662 if (!detResidImfilePop(dbh, &det_id, &iteration, (char **)&exp_id, (char **)&class_id, (char **)&recipe, (char **)&uri, (char **)&b1_uri, (char **)&b2_uri)) { 664 663 exit(EXIT_FAILURE); 665 664 } … … 682 681 } 683 682 684 if (!detResidExp AnalysisPop(dbh, &det_id, &iteration, (char **)&exp_id, (char **)&recipe, &keep, &accept)) {683 if (!detResidExpPop(dbh, &det_id, &iteration, (char **)&exp_id, (char **)&recipe, &keep, &accept)) { 685 684 exit(EXIT_FAILURE); 686 685 }
Note:
See TracChangeset
for help on using the changeset viewer.
