Changeset 8380 for trunk/ippdb/tests/popobject.c
- Timestamp:
- Aug 15, 2006, 6:14:10 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/popobject.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/popobject.c
r8368 r8380 547 547 { 548 548 psDB *dbh; 549 detResidImfile AnalysisRow *object;550 551 dbh = psDBInit("localhost", "test", NULL, "test"); 552 if (!dbh) { 553 exit(EXIT_FAILURE); 554 } 555 556 object = detResidImfile AnalysisPopObject(dbh);557 if (!object) { 558 exit(EXIT_FAILURE); 559 } 560 561 psFree(object); 562 psDBCleanup(dbh); 563 } 564 565 { 566 psDB *dbh; 567 detResidExp AnalysisRow*object;568 569 dbh = psDBInit("localhost", "test", NULL, "test"); 570 if (!dbh) { 571 exit(EXIT_FAILURE); 572 } 573 574 object = detResidExp AnalysisPopObject(dbh);549 detResidImfileRow *object; 550 551 dbh = psDBInit("localhost", "test", NULL, "test"); 552 if (!dbh) { 553 exit(EXIT_FAILURE); 554 } 555 556 object = detResidImfilePopObject(dbh); 557 if (!object) { 558 exit(EXIT_FAILURE); 559 } 560 561 psFree(object); 562 psDBCleanup(dbh); 563 } 564 565 { 566 psDB *dbh; 567 detResidExpRow *object; 568 569 dbh = psDBInit("localhost", "test", NULL, "test"); 570 if (!dbh) { 571 exit(EXIT_FAILURE); 572 } 573 574 object = detResidExpPopObject(dbh); 575 575 if (!object) { 576 576 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
