IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 11, 2007, 3:35:04 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.73

File:
1 edited

Legend:

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

    r10753 r11045  
    148148        }
    149149
    150         if(!rawDetrendExpCreateTable(dbh)) {
    151             exit(EXIT_FAILURE);
    152         }
    153 
    154         psDBCleanup(dbh);
    155     }
    156 
    157     {
    158         psDB            *dbh;
    159 
    160         dbh = psDBInit("localhost", "test", NULL, "test");
    161         if (!dbh) {
    162             exit(EXIT_FAILURE);
    163         }
    164 
    165         if(!rawScienceExpCreateTable(dbh)) {
     150        if(!rawExpCreateTable(dbh)) {
    166151            exit(EXIT_FAILURE);
    167152        }
Note: See TracChangeset for help on using the changeset viewer.