IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 9, 2006, 1:43:03 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.49

File:
1 edited

Legend:

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

    r9307 r9423  
    12081208        bool            status;
    12091209
    1210         object = detRunRowAlloc(-32, "a string", "a string");
     1210        object = detRunRowAlloc(-32, -32, "a string", "a string");
    12111211        if (!object) {
    12121212            exit(EXIT_FAILURE);
     
    12201220        psFree(object);
    12211221
     1222        if (!psMetadataLookupS32(&status, md, "det_id") == -32) {
     1223            psFree(md);
     1224            exit(EXIT_FAILURE);
     1225        }
    12221226        if (!psMetadataLookupS32(&status, md, "iteration") == -32) {
    12231227            psFree(md);
Note: See TracChangeset for help on using the changeset viewer.