IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2007, 5:40:47 PM (19 years ago)
Author:
eugene
Message:

incrementing the dbconfig / ippdb version number

File:
1 edited

Legend:

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

    r13649 r13739  
    12461246        bool            status;
    12471247
    1248         object = warpSkyfileRowAlloc(-64, "a string", "a string", "a string", 64.64, 64.64);
     1248        object = warpSkyfileRowAlloc(-64, "a string", "a string", "a string", "a string", 64.64, 64.64);
    12491249        if (!object) {
    12501250            exit(EXIT_FAILURE);
     
    12731273            exit(EXIT_FAILURE);
    12741274        }
     1275        if (strncmp(psMetadataLookupPtr(&status, md, "path_base"), "a string", MAX_STRING_LENGTH)) {
     1276            psFree(md);
     1277            exit(EXIT_FAILURE);
     1278        }
    12751279        if (!psMetadataLookupF64(&status, md, "bg") == 64.64) {
    12761280            psFree(md);
     
    13801384        bool            status;
    13811385
    1382         object = diffSkyfileRowAlloc(-64, "a string", 64.64, 64.64);
     1386        object = diffSkyfileRowAlloc(-64, "a string", "a string", 64.64, 64.64);
    13831387        if (!object) {
    13841388            exit(EXIT_FAILURE);
     
    13991403            exit(EXIT_FAILURE);
    14001404        }
     1405        if (strncmp(psMetadataLookupPtr(&status, md, "path_base"), "a string", MAX_STRING_LENGTH)) {
     1406            psFree(md);
     1407            exit(EXIT_FAILURE);
     1408        }
    14011409        if (!psMetadataLookupF64(&status, md, "bg") == 64.64) {
    14021410            psFree(md);
     
    14901498        bool            status;
    14911499
    1492         object = stackSumSkyfileRowAlloc(-64, "a string", 64.64, 64.64);
     1500        object = stackSumSkyfileRowAlloc(-64, "a string", "a string", 64.64, 64.64);
    14931501        if (!object) {
    14941502            exit(EXIT_FAILURE);
     
    15061514        }
    15071515        if (strncmp(psMetadataLookupPtr(&status, md, "uri"), "a string", MAX_STRING_LENGTH)) {
     1516            psFree(md);
     1517            exit(EXIT_FAILURE);
     1518        }
     1519        if (strncmp(psMetadataLookupPtr(&status, md, "path_base"), "a string", MAX_STRING_LENGTH)) {
    15081520            psFree(md);
    15091521            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.