Changeset 16587 for trunk/ippdb/tests/createtable.c
- Timestamp:
- Feb 21, 2008, 6:09:25 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/createtable.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/createtable.c
r15576 r16587 58 58 } 59 59 60 if(!pzPendingExpCreateTable(dbh)) { 61 exit(EXIT_FAILURE); 62 } 63 64 psDBCleanup(dbh); 65 } 66 67 { 68 psDB *dbh; 69 70 dbh = psDBInit("localhost", "test", NULL, "test"); 71 if (!dbh) { 72 exit(EXIT_FAILURE); 73 } 74 75 if(!pzPendingImfileCreateTable(dbh)) { 76 exit(EXIT_FAILURE); 77 } 78 79 psDBCleanup(dbh); 80 } 81 82 { 83 psDB *dbh; 84 85 dbh = psDBInit("localhost", "test", NULL, "test"); 86 if (!dbh) { 87 exit(EXIT_FAILURE); 88 } 89 90 if(!pzDoneExpCreateTable(dbh)) { 91 exit(EXIT_FAILURE); 92 } 93 94 psDBCleanup(dbh); 95 } 96 97 { 98 psDB *dbh; 99 100 dbh = psDBInit("localhost", "test", NULL, "test"); 101 if (!dbh) { 102 exit(EXIT_FAILURE); 103 } 104 105 if(!pzDoneImfileCreateTable(dbh)) { 60 if(!pzDownloadExpCreateTable(dbh)) { 61 exit(EXIT_FAILURE); 62 } 63 64 psDBCleanup(dbh); 65 } 66 67 { 68 psDB *dbh; 69 70 dbh = psDBInit("localhost", "test", NULL, "test"); 71 if (!dbh) { 72 exit(EXIT_FAILURE); 73 } 74 75 if(!pzDownloadImfileCreateTable(dbh)) { 106 76 exit(EXIT_FAILURE); 107 77 } … … 779 749 780 750 if(!flatcorrExpCreateTable(dbh)) { 751 exit(EXIT_FAILURE); 752 } 753 754 psDBCleanup(dbh); 755 } 756 757 { 758 psDB *dbh; 759 760 dbh = psDBInit("localhost", "test", NULL, "test"); 761 if (!dbh) { 762 exit(EXIT_FAILURE); 763 } 764 765 if(!pstampDataStoreCreateTable(dbh)) { 766 exit(EXIT_FAILURE); 767 } 768 769 psDBCleanup(dbh); 770 } 771 772 { 773 psDB *dbh; 774 775 dbh = psDBInit("localhost", "test", NULL, "test"); 776 if (!dbh) { 777 exit(EXIT_FAILURE); 778 } 779 780 if(!pstampRequestCreateTable(dbh)) { 781 exit(EXIT_FAILURE); 782 } 783 784 psDBCleanup(dbh); 785 } 786 787 { 788 psDB *dbh; 789 790 dbh = psDBInit("localhost", "test", NULL, "test"); 791 if (!dbh) { 792 exit(EXIT_FAILURE); 793 } 794 795 if(!pstampJobCreateTable(dbh)) { 781 796 exit(EXIT_FAILURE); 782 797 }
Note:
See TracChangeset
for help on using the changeset viewer.
