Changeset 11045 for trunk/ippdb/tests/createtable.c
- Timestamp:
- Jan 11, 2007, 3:35:04 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/createtable.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/createtable.c
r10753 r11045 148 148 } 149 149 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)) { 166 151 exit(EXIT_FAILURE); 167 152 }
Note:
See TracChangeset
for help on using the changeset viewer.
