Changeset 8665 for trunk/ippdb/tests/popobject.c
- Timestamp:
- Aug 28, 2006, 6:44:34 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/popobject.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/popobject.c
r8528 r8665 349 349 { 350 350 psDB *dbh; 351 p2 DoneExpRow*object;352 353 dbh = psDBInit("localhost", "test", NULL, "test"); 354 if (!dbh) { 355 exit(EXIT_FAILURE); 356 } 357 358 object = p2 DoneExpPopObject(dbh);359 if (!object) { 360 exit(EXIT_FAILURE); 361 } 362 363 psFree(object); 364 psDBCleanup(dbh); 365 } 366 367 { 368 psDB *dbh; 369 p2 DoneImfileRow *object;370 371 dbh = psDBInit("localhost", "test", NULL, "test"); 372 if (!dbh) { 373 exit(EXIT_FAILURE); 374 } 375 376 object = p2 DoneImfilePopObject(dbh);351 p2ProcessedExpRow *object; 352 353 dbh = psDBInit("localhost", "test", NULL, "test"); 354 if (!dbh) { 355 exit(EXIT_FAILURE); 356 } 357 358 object = p2ProcessedExpPopObject(dbh); 359 if (!object) { 360 exit(EXIT_FAILURE); 361 } 362 363 psFree(object); 364 psDBCleanup(dbh); 365 } 366 367 { 368 psDB *dbh; 369 p2ProcessedImfileRow *object; 370 371 dbh = psDBInit("localhost", "test", NULL, "test"); 372 if (!dbh) { 373 exit(EXIT_FAILURE); 374 } 375 376 object = p2ProcessedImfilePopObject(dbh); 377 377 if (!object) { 378 378 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
