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/popobject.c

    r8368 r8380  
    547547    {
    548548        psDB            *dbh;
    549         detResidImfileAnalysisRow *object;
    550 
    551         dbh = psDBInit("localhost", "test", NULL, "test");
    552         if (!dbh) {
    553             exit(EXIT_FAILURE);
    554         }
    555 
    556         object = detResidImfileAnalysisPopObject(dbh);
    557         if (!object) {
    558             exit(EXIT_FAILURE);
    559         }
    560 
    561         psFree(object);
    562         psDBCleanup(dbh);
    563     }
    564 
    565     {
    566         psDB            *dbh;
    567         detResidExpAnalysisRow *object;
    568 
    569         dbh = psDBInit("localhost", "test", NULL, "test");
    570         if (!dbh) {
    571             exit(EXIT_FAILURE);
    572         }
    573 
    574         object = detResidExpAnalysisPopObject(dbh);
     549        detResidImfileRow *object;
     550
     551        dbh = psDBInit("localhost", "test", NULL, "test");
     552        if (!dbh) {
     553            exit(EXIT_FAILURE);
     554        }
     555
     556        object = detResidImfilePopObject(dbh);
     557        if (!object) {
     558            exit(EXIT_FAILURE);
     559        }
     560
     561        psFree(object);
     562        psDBCleanup(dbh);
     563    }
     564
     565    {
     566        psDB            *dbh;
     567        detResidExpRow *object;
     568
     569        dbh = psDBInit("localhost", "test", NULL, "test");
     570        if (!dbh) {
     571            exit(EXIT_FAILURE);
     572        }
     573
     574        object = detResidExpPopObject(dbh);
    575575        if (!object) {
    576576            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.