IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 30, 2006, 11:25:59 AM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.52

File:
1 edited

Legend:

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

    r9705 r9783  
    148148        }
    149149
    150         if (!p2PendingExpInsert(dbh, "a string", "a string", -32, -32)) {
     150        if (!p2PendingExpInsert(dbh, "a string", "a string", -32, -32, "a string")) {
    151151            exit(EXIT_FAILURE);
    152152        }
     
    178178        }
    179179
    180         if (!p2ProcessedExpInsert(dbh, "a string", -32, -32)) {
     180        if (!p2ProcessedExpInsert(dbh, "a string", -32, -32, "a string")) {
     181            exit(EXIT_FAILURE);
     182        }
     183
     184        psDBCleanup(dbh);
     185    }
     186
     187    {
     188        psDB            *dbh;
     189
     190        dbh = psDBInit("localhost", "test", NULL, "test");
     191        if (!dbh) {
     192            exit(EXIT_FAILURE);
     193        }
     194
     195        if (!p2MaskInsert(dbh, "a string")) {
    181196            exit(EXIT_FAILURE);
    182197        }
Note: See TracChangeset for help on using the changeset viewer.