IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 28, 2006, 5:16:20 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.38

File:
1 edited

Legend:

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

    r9044 r9054  
    163163        }
    164164
    165         if (!pzPendingImfileInsert(dbh, "a string", -32, "a string", "a string", "a string", "a string")) {
    166             exit(EXIT_FAILURE);
    167         }
    168 
    169         psDBCleanup(dbh);
    170     }
    171 
    172     {
    173         psDB            *dbh;
    174 
    175         dbh = psDBInit("localhost", "test", NULL, "test");
    176         if (!dbh) {
    177             exit(EXIT_FAILURE);
    178         }
    179 
    180         if (!newExpInsert(dbh, "a string", "a string", "a string", "a string", -32)) {
     165        if (!pzPendingImfileInsert(dbh, "a string", "a string", "a string", -32, "a string", "a string", "a string", "a string")) {
     166            exit(EXIT_FAILURE);
     167        }
     168
     169        psDBCleanup(dbh);
     170    }
     171
     172    {
     173        psDB            *dbh;
     174
     175        dbh = psDBInit("localhost", "test", NULL, "test");
     176        if (!dbh) {
     177            exit(EXIT_FAILURE);
     178        }
     179
     180        if (!newExpInsert(dbh, "a string", "a string", "a string", "a string", "a string", -32)) {
    181181            exit(EXIT_FAILURE);
    182182        }
Note: See TracChangeset for help on using the changeset viewer.