IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 15, 2006, 6:14:10 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION to 0.0.30

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdb/tests/pop.c

    r8368 r8380  
    594594        char            class_id[256];
    595595        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)) {
    604603            exit(EXIT_FAILURE);
    605604        }
     
    661660        }
    662661
    663         if (!detResidImfileAnalysisPop(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)) {
    664663            exit(EXIT_FAILURE);
    665664        }
     
    682681        }
    683682
    684         if (!detResidExpAnalysisPop(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)) {
    685684            exit(EXIT_FAILURE);
    686685        }
Note: See TracChangeset for help on using the changeset viewer.