Changeset 9054 for trunk/ippdb/tests/insert.c
- Timestamp:
- Sep 28, 2006, 5:16:20 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/insert.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/insert.c
r9044 r9054 163 163 } 164 164 165 if (!pzPendingImfileInsert(dbh, "a string", -32, "a string", "a string", "a string", "a string")) {166 exit(EXIT_FAILURE); 167 } 168 169 psDBCleanup(dbh); 170 } 171 172 { 173 psDB *dbh; 174 175 dbh = psDBInit("localhost", "test", NULL, "test"); 176 if (!dbh) { 177 exit(EXIT_FAILURE); 178 } 179 180 if (!newExpInsert(dbh, "a string", "a string", "a string", "a string", -32)) {165 if (!pzPendingImfileInsert(dbh, "a string", "a string", "a string", -32, "a string", "a string", "a string", "a string")) { 166 exit(EXIT_FAILURE); 167 } 168 169 psDBCleanup(dbh); 170 } 171 172 { 173 psDB *dbh; 174 175 dbh = psDBInit("localhost", "test", NULL, "test"); 176 if (!dbh) { 177 exit(EXIT_FAILURE); 178 } 179 180 if (!newExpInsert(dbh, "a string", "a string", "a string", "a string", "a string", -32)) { 181 181 exit(EXIT_FAILURE); 182 182 }
Note:
See TracChangeset
for help on using the changeset viewer.
