IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 25, 2008, 12:32:53 PM (18 years ago)
Author:
jhoblitt
Message:

add warpRun.label

File:
1 edited

Legend:

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

    r16731 r17142  
    366366        }
    367367
    368         object = warpRunRowAlloc(-64, -64, "a string", "a string", "a string", "a string", "a string", "a string", "a string", "0001-01-01T00:00:00Z", true);
     368        object = warpRunRowAlloc(-64, -64, "a string", "a string", "a string", "a string", "a string", "a string", "a string", "a string", "0001-01-01T00:00:00Z", true);
    369369        if (!object) {
    370370            exit(EXIT_FAILURE);
     
    11141114        }
    11151115
    1116         object = pstampRequestRowAlloc(-64, -64, "a string", "a string", "a string");
     1116        object = pstampRequestRowAlloc(-64, -64, "a string", "a string", "a string", -16);
    11171117        if (!object) {
    11181118            exit(EXIT_FAILURE);
     
    11361136        }
    11371137
    1138         object = pstampJobRowAlloc(-64, -64, "a string", -32, "a string", "a string", "a string");
     1138        object = pstampJobRowAlloc(-64, -64, "a string", "a string", -32, "a string", "a string", "a string");
    11391139        if (!object) {
    11401140            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.