IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 11, 2007, 11:59:35 AM (19 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.72

File:
1 edited

Legend:

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

    r11027 r11030  
    714714        bool            status;
    715715
    716         object = p2PendingExpRowAlloc("a string", "a string", -32, -32, "a string", -16);
     716        object = p2PendingExpRowAlloc("a string", "a string", -32, -32, "a string");
    717717        if (!object) {
    718718            exit(EXIT_FAILURE);
     
    746746            exit(EXIT_FAILURE);
    747747        }
    748             psFree(md);
    749             exit(EXIT_FAILURE);
    750         }
    751748
    752749        psFree(md);
     
    758755        bool            status;
    759756
    760         object = p2PendingImfileRowAlloc("a string", "a string", "a string", "a string", -32, -32, -16);
     757        object = p2PendingImfileRowAlloc("a string", "a string", "a string", "a string", -32, -32);
    761758        if (!object) {
    762759            exit(EXIT_FAILURE);
     
    794791            exit(EXIT_FAILURE);
    795792        }
    796             psFree(md);
    797             exit(EXIT_FAILURE);
    798         }
    799793
    800794        psFree(md);
     
    868862        bool            status;
    869863
    870         object = p2ProcessedImfileRowAlloc("a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string", -32, -32);
     864        object = p2ProcessedImfileRowAlloc("a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string", -32, -32, -16);
    871865        if (!object) {
    872866            exit(EXIT_FAILURE);
     
    921915        }
    922916        if (!psMetadataLookupS32(&status, md, "p2_version") == -32) {
     917            psFree(md);
     918            exit(EXIT_FAILURE);
     919        }
    923920            psFree(md);
    924921            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.