IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 24, 2007, 6:18:00 PM (19 years ago)
Author:
jhoblitt
Message:

update magicInputSkyfile

File:
1 edited

Legend:

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

    r14598 r15003  
    24522452        bool            status;
    24532453
    2454         object = magicInputSkyfileRowAlloc(-64, -64, -32);
     2454        object = magicInputSkyfileRowAlloc(-64, -64, "a string");
    24552455        if (!object) {
    24562456            exit(EXIT_FAILURE);
     
    24702470            exit(EXIT_FAILURE);
    24712471        }
    2472         if (!psMetadataLookupS32(&status, md, "node") == -32) {
     2472        if (strncmp(psMetadataLookupPtr(&status, md, "node"), "a string", MAX_STRING_LENGTH)) {
    24732473            psFree(md);
    24742474            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.