IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 8, 2007, 4:08:31 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION to 0.0.69

File:
1 edited

Legend:

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

    r10753 r10989  
    168168        }
    169169
    170         object = newExpRowAlloc("a string", "a string", "a string", "a string", "0001-01-01T00:00:00Z", "a string", -32);
     170        object = newExpRowAlloc("a string", "a string", "a string", "a string", "0001-01-01T00:00:00Z", "a string", -32, -16);
    171171        if (!object) {
    172172            exit(EXIT_FAILURE);
     
    190190        }
    191191
    192         object = newImfileRowAlloc("a string", "a string", "a string", "a string");
     192        object = newImfileRowAlloc("a string", "a string", "a string", "a string", -16);
    193193        if (!object) {
    194194            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.