IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 9, 2007, 12:13:45 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 1.1.4

File:
1 edited

Legend:

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

    r11720 r11733  
    256256        }
    257257
    258         object = p1PendingExpRowAlloc("a string", "a string", -32);
     258        object = p1PendingExpRowAlloc("a string", -32, "a string");
    259259        if (!object) {
    260260            exit(EXIT_FAILURE);
     
    278278        }
    279279
    280         object = p2PendingExpRowAlloc("a string", "a string", -32, -32, "a string");
     280        object = p2PendingExpRowAlloc("a string", -32, -32, "a string", "a string");
    281281        if (!object) {
    282282            exit(EXIT_FAILURE);
     
    300300        }
    301301
    302         object = p2PendingImfileRowAlloc("a string", "a string", "a string", "a string", -32, -32);
     302        object = p2PendingImfileRowAlloc("a string", -32, -32, "a string", "a string", "a string");
    303303        if (!object) {
    304304            exit(EXIT_FAILURE);
     
    366366        }
    367367
    368         object = p2ProcessedImfileRowAlloc("a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string", -32, -32, -16);
     368        object = p2ProcessedImfileRowAlloc("a string", -32, -32, "a string", "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string", -16);
    369369        if (!object) {
    370370            exit(EXIT_FAILURE);
     
    410410        }
    411411
    412         object = p3ProcessedExpRowAlloc("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, -32, -32, "a string", -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);
    413413        if (!object) {
    414414            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.