Changeset 14061 for trunk/ippdb/tests/createtable.c
- Timestamp:
- Jul 6, 2007, 4:55:04 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/createtable.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/createtable.c
r12535 r14061 13 13 } 14 14 15 if(!expTagCounterCreateTable(dbh)) {16 exit(EXIT_FAILURE);17 }18 19 psDBCleanup(dbh);20 }21 22 {23 psDB *dbh;24 25 dbh = psDBInit("localhost", "test", NULL, "test");26 if (!dbh) {27 exit(EXIT_FAILURE);28 }29 30 15 if(!summitExpCreateTable(dbh)) { 31 16 exit(EXIT_FAILURE); … … 193 178 } 194 179 195 if(!chip PendingExpCreateTable(dbh)) {196 exit(EXIT_FAILURE); 197 } 198 199 psDBCleanup(dbh); 200 } 201 202 { 203 psDB *dbh; 204 205 dbh = psDBInit("localhost", "test", NULL, "test"); 206 if (!dbh) { 207 exit(EXIT_FAILURE); 208 } 209 210 if(!chip PendingImfileCreateTable(dbh)) {211 exit(EXIT_FAILURE); 212 } 213 214 psDBCleanup(dbh); 215 } 216 217 { 218 psDB *dbh; 219 220 dbh = psDBInit("localhost", "test", NULL, "test"); 221 if (!dbh) { 222 exit(EXIT_FAILURE); 223 } 224 225 if(!chipProcessed ExpCreateTable(dbh)) {180 if(!chipRunCreateTable(dbh)) { 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(!chipInputImfileCreateTable(dbh)) { 196 exit(EXIT_FAILURE); 197 } 198 199 psDBCleanup(dbh); 200 } 201 202 { 203 psDB *dbh; 204 205 dbh = psDBInit("localhost", "test", NULL, "test"); 206 if (!dbh) { 207 exit(EXIT_FAILURE); 208 } 209 210 if(!chipProcessedImfileCreateTable(dbh)) { 226 211 exit(EXIT_FAILURE); 227 212 } … … 253 238 } 254 239 255 if(!chipProcessedImfileCreateTable(dbh)) { 256 exit(EXIT_FAILURE); 257 } 258 259 psDBCleanup(dbh); 260 } 261 262 { 263 psDB *dbh; 264 265 dbh = psDBInit("localhost", "test", NULL, "test"); 266 if (!dbh) { 267 exit(EXIT_FAILURE); 268 } 269 270 if(!camPendingExpCreateTable(dbh)) { 240 if(!camRunCreateTable(dbh)) { 271 241 exit(EXIT_FAILURE); 272 242 }
Note:
See TracChangeset
for help on using the changeset viewer.
