IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 16, 2007, 6:14:42 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 1.1.9

File:
1 edited

Legend:

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

    r11867 r11873  
    278278        }
    279279
    280         object = p2PendingExpRowAlloc("a string", -32, -32, "a string", "a string");
     280        object = p2PendingExpRowAlloc("a string", -32, -32, "a string", "a string", "a string", "a string");
    281281        if (!object) {
    282282            exit(EXIT_FAILURE);
     
    322322        }
    323323
    324         object = p2ProcessedExpRowAlloc("a string", -32, -32, "a string");
     324        object = p2ProcessedExpRowAlloc("a string", -32, -32, "a string", "a string", "a string");
    325325        if (!object) {
    326326            exit(EXIT_FAILURE);
     
    388388        }
    389389
    390         object = p3PendingExpRowAlloc("a string", -32, -32, "a string");
     390        object = p3PendingExpRowAlloc("a string", -32, -32, "a string", "a string", "a string");
    391391        if (!object) {
    392392            exit(EXIT_FAILURE);
     
    410410        }
    411411
    412         object = p3ProcessedExpRowAlloc("a string", -32, -32, "a string", "a string", "a string", 64.64, 64.64, 64.64, 32.32, 32.32, -32, "a string", "a string", 32.32, 32.32, -16);
     412        object = p3ProcessedExpRowAlloc("a string", -32, -32, "a string", "a string", "a string", 64.64, 64.64, 64.64, 32.32, 32.32, -32, "a string", "a string", 32.32, 32.32, -16, "a string", "a string");
    413413        if (!object) {
    414414            exit(EXIT_FAILURE);
     
    696696        }
    697697
    698         object = p4RunRowAlloc(-32, "a string", "a string", "a string", "0001-01-01T00:00:00Z");
     698        object = p4RunRowAlloc(-32, "a string", "a string", "a string", "a string", "0001-01-01T00:00:00Z");
    699699        if (!object) {
    700700            exit(EXIT_FAILURE);
     
    784784        }
    785785
    786         object = p5RunRowAlloc(-32, "a string", "a string", "0001-01-01T00:00:00Z");
     786        object = p5RunRowAlloc(-32, "a string", "a string", "a string", "0001-01-01T00:00:00Z");
    787787        if (!object) {
    788788            exit(EXIT_FAILURE);
     
    850850        }
    851851
    852         object = p6RunRowAlloc(-32, "a string", "a string", "0001-01-01T00:00:00Z");
     852        object = p6RunRowAlloc(-32, "a string", "a string", "a string", "0001-01-01T00:00:00Z");
    853853        if (!object) {
    854854            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.