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/insert.c

    r13649 r13739  
    358358        }
    359359
    360         if (!warpSkyfileInsert(dbh, -64, "a string", "a string", "a string", 64.64, 64.64)) {
     360        if (!warpSkyfileInsert(dbh, -64, "a string", "a string", "a string", "a string", 64.64, 64.64)) {
    361361            exit(EXIT_FAILURE);
    362362        }
     
    403403        }
    404404
    405         if (!diffSkyfileInsert(dbh, -64, "a string", 64.64, 64.64)) {
     405        if (!diffSkyfileInsert(dbh, -64, "a string", "a string", 64.64, 64.64)) {
    406406            exit(EXIT_FAILURE);
    407407        }
     
    448448        }
    449449
    450         if (!stackSumSkyfileInsert(dbh, -64, "a string", 64.64, 64.64)) {
     450        if (!stackSumSkyfileInsert(dbh, -64, "a string", "a string", 64.64, 64.64)) {
    451451            exit(EXIT_FAILURE);
    452452        }
Note: See TracChangeset for help on using the changeset viewer.