IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2007, 5:40:47 PM (19 years ago)
Author:
eugene
Message:

incrementing the dbconfig / ippdb version number

File:
1 edited

Legend:

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

    r13649 r13739  
    520520        }
    521521
    522         object = warpSkyfileRowAlloc(-64, "a string", "a string", "a string", 64.64, 64.64);
     522        object = warpSkyfileRowAlloc(-64, "a string", "a string", "a string", "a string", 64.64, 64.64);
    523523        if (!object) {
    524524            exit(EXIT_FAILURE);
     
    586586        }
    587587
    588         object = diffSkyfileRowAlloc(-64, "a string", 64.64, 64.64);
     588        object = diffSkyfileRowAlloc(-64, "a string", "a string", 64.64, 64.64);
    589589        if (!object) {
    590590            exit(EXIT_FAILURE);
     
    652652        }
    653653
    654         object = stackSumSkyfileRowAlloc(-64, "a string", 64.64, 64.64);
     654        object = stackSumSkyfileRowAlloc(-64, "a string", "a string", 64.64, 64.64);
    655655        if (!object) {
    656656            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.