IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 16, 2007, 12:21:17 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.76

File:
1 edited

Legend:

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

    r11077 r11113  
    10991099        bool            status;
    11001100
    1101         object = detProcessedImfileRowAlloc(-32, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string");
     1101        object = detProcessedImfileRowAlloc(-32, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string", -16);
    11021102        if (!object) {
    11031103            exit(EXIT_FAILURE);
     
    11511151            exit(EXIT_FAILURE);
    11521152        }
     1153            psFree(md);
     1154            exit(EXIT_FAILURE);
     1155        }
    11531156
    11541157        psFree(md);
     
    11601163        bool            status;
    11611164
    1162         object = detProcessedExpRowAlloc(-32, "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string");
     1165        object = detProcessedExpRowAlloc(-32, "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string", -16);
    11631166        if (!object) {
    11641167            exit(EXIT_FAILURE);
     
    12041207            exit(EXIT_FAILURE);
    12051208        }
     1209            psFree(md);
     1210            exit(EXIT_FAILURE);
     1211        }
    12061212
    12071213        psFree(md);
     
    12131219        bool            status;
    12141220
    1215         object = detStackedImfileRowAlloc(-32, -32, "a string", "a string", "a string", 64.64, 64.64, 64.64);
     1221        object = detStackedImfileRowAlloc(-32, -32, "a string", "a string", "a string", 64.64, 64.64, 64.64, -16);
    12161222        if (!object) {
    12171223            exit(EXIT_FAILURE);
     
    12571263            exit(EXIT_FAILURE);
    12581264        }
     1265            psFree(md);
     1266            exit(EXIT_FAILURE);
     1267        }
    12591268
    12601269        psFree(md);
     
    12661275        bool            status;
    12671276
    1268         object = detNormalizedStatImfileRowAlloc(-32, -32, "a string", 32.32);
     1277        object = detNormalizedStatImfileRowAlloc(-32, -32, "a string", 32.32, -16);
    12691278        if (!object) {
    12701279            exit(EXIT_FAILURE);
     
    12941303            exit(EXIT_FAILURE);
    12951304        }
     1305            psFree(md);
     1306            exit(EXIT_FAILURE);
     1307        }
    12961308
    12971309        psFree(md);
     
    13031315        bool            status;
    13041316
    1305         object = detNormalizedImfileRowAlloc(-32, -32, "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string");
     1317        object = detNormalizedImfileRowAlloc(-32, -32, "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string", -16);
    13061318        if (!object) {
    13071319            exit(EXIT_FAILURE);
     
    13511363            exit(EXIT_FAILURE);
    13521364        }
     1365            psFree(md);
     1366            exit(EXIT_FAILURE);
     1367        }
    13531368
    13541369        psFree(md);
     
    13601375        bool            status;
    13611376
    1362         object = detNormalizedExpRowAlloc(-32, -32, "a string", 64.64, 64.64, 64.64, "a string", "a string");
     1377        object = detNormalizedExpRowAlloc(-32, -32, "a string", 64.64, 64.64, 64.64, "a string", "a string", -16);
    13631378        if (!object) {
    13641379            exit(EXIT_FAILURE);
     
    14041419            exit(EXIT_FAILURE);
    14051420        }
     1421            psFree(md);
     1422            exit(EXIT_FAILURE);
     1423        }
    14061424
    14071425        psFree(md);
     
    14131431        bool            status;
    14141432
    1415         object = detResidImfileRowAlloc(-32, -32, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string");
     1433        object = detResidImfileRowAlloc(-32, -32, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string", -16);
    14161434        if (!object) {
    14171435            exit(EXIT_FAILURE);
     
    14691487            exit(EXIT_FAILURE);
    14701488        }
     1489            psFree(md);
     1490            exit(EXIT_FAILURE);
     1491        }
    14711492
    14721493        psFree(md);
     
    14781499        bool            status;
    14791500
    1480         object = detResidExpRowAlloc(-32, -32, "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string", true);
     1501        object = detResidExpRowAlloc(-32, -32, "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string", true, -16);
    14811502        if (!object) {
    14821503            exit(EXIT_FAILURE);
     
    15301551            exit(EXIT_FAILURE);
    15311552        }
     1553            psFree(md);
     1554            exit(EXIT_FAILURE);
     1555        }
    15321556
    15331557        psFree(md);
     
    15391563        bool            status;
    15401564
    1541         object = detRunSummaryRowAlloc(-32, -32, 64.64, 64.64, 64.64, true);
     1565        object = detRunSummaryRowAlloc(-32, -32, 64.64, 64.64, 64.64, true, -16);
    15421566        if (!object) {
    15431567            exit(EXIT_FAILURE);
     
    15721596        }
    15731597        if (!psMetadataLookupBool(&status, md, "accept") == true) {
     1598            psFree(md);
     1599            exit(EXIT_FAILURE);
     1600        }
    15741601            psFree(md);
    15751602            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.