IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 12, 2007, 12:27:55 PM (19 years ago)
Author:
jhoblitt
Message:

dev version

File:
1 edited

Legend:

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

    r14061 r14169  
    146146        }
    147147
    148         object = newExpRowAlloc(-64, "a string", "a string", "a string", "a string", "a string", "a string");
     148        object = newExpRowAlloc(-64, "a string", "a string", "a string", "a string", "a string", "a string", "a string");
    149149        if (!object) {
    150150            exit(EXIT_FAILURE);
     
    190190        }
    191191
    192         object = rawExpRowAlloc(-64, "a string", "a string", "a string", "0001-01-01T00:00:00Z", "a string", "a string", "a string", "a string", "a string", 32.32, 64.64, 64.64, 32.32, 32.32, 64.64, 64.64, 64.64, 64.64, 64.64, 32.32, 64.64, 64.64, 64.64, 64.64, 64.64, 64.64, "a string", 32.32, -16);
     192        object = rawExpRowAlloc(-64, "a string", "a string", "a string", "0001-01-01T00:00:00Z", "a string", "a string", "a string", "a string", "a string", "a string", 32.32, 64.64, 64.64, 32.32, 32.32, 64.64, 64.64, 64.64, 64.64, 64.64, 32.32, 64.64, 64.64, 64.64, 64.64, 64.64, 64.64, "a string", 32.32, -16);
    193193        if (!object) {
    194194            exit(EXIT_FAILURE);
     
    256256        }
    257257
    258         object = chipRunRowAlloc(-64, "a string", "a string", "a string", "a string", "a string", "a string", "a string");
     258        object = chipRunRowAlloc(-64, -64, "a string", "a string", "a string", "a string", "a string", "a string", "a string");
    259259        if (!object) {
    260260            exit(EXIT_FAILURE);
     
    271271    {
    272272        psDB            *dbh;
    273         chipInputImfileRow *object;
    274 
    275         dbh = psDBInit("localhost", "test", NULL, "test");
    276         if (!dbh) {
    277             exit(EXIT_FAILURE);
    278         }
    279 
    280         object = chipInputImfileRowAlloc(-64, -64, "a string");
    281         if (!object) {
    282             exit(EXIT_FAILURE);
    283         }
    284 
    285         if (!chipInputImfileInsertObject(dbh, object)) {
    286             exit(EXIT_FAILURE);
    287         }
    288 
    289         psFree(object);
    290         psDBCleanup(dbh);
    291     }
    292 
    293     {
    294         psDB            *dbh;
    295273        chipProcessedImfileRow *object;
    296274
     
    476454        }
    477455
    478         object = warpSkyfileRowAlloc(-64, "a string", "a string", "a string", "a string", 64.64, 64.64);
     456        object = warpSkyfileRowAlloc(-64, "a string", "a string", "a string", "a string", 64.64, 64.64, -16);
    479457        if (!object) {
    480458            exit(EXIT_FAILURE);
     
    542520        }
    543521
    544         object = diffSkyfileRowAlloc(-64, "a string", "a string", 64.64, 64.64);
     522        object = diffSkyfileRowAlloc(-64, "a string", "a string", 64.64, 64.64, -16);
    545523        if (!object) {
    546524            exit(EXIT_FAILURE);
     
    608586        }
    609587
    610         object = stackSumSkyfileRowAlloc(-64, "a string", "a string", 64.64, 64.64);
     588        object = stackSumSkyfileRowAlloc(-64, "a string", "a string", 64.64, 64.64, -16);
    611589        if (!object) {
    612590            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.