IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 3, 2006, 12:09:49 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.40

File:
1 edited

Legend:

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

    r9107 r9149  
    529529    {
    530530        psDB            *dbh;
     531        detNormalizedExpRow *object;
     532
     533        dbh = psDBInit("localhost", "test", NULL, "test");
     534        if (!dbh) {
     535            exit(EXIT_FAILURE);
     536        }
     537
     538        object = detNormalizedExpPopObject(dbh);
     539        if (!object) {
     540            exit(EXIT_FAILURE);
     541        }
     542
     543        psFree(object);
     544        psDBCleanup(dbh);
     545    }
     546
     547    {
     548        psDB            *dbh;
    531549        detMasterFrameRow *object;
    532550
Note: See TracChangeset for help on using the changeset viewer.