Changeset 9783 for trunk/ippdb/tests/insert.c
- Timestamp:
- Oct 30, 2006, 11:25:59 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/insert.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/insert.c
r9705 r9783 148 148 } 149 149 150 if (!p2PendingExpInsert(dbh, "a string", "a string", -32, -32 )) {150 if (!p2PendingExpInsert(dbh, "a string", "a string", -32, -32, "a string")) { 151 151 exit(EXIT_FAILURE); 152 152 } … … 178 178 } 179 179 180 if (!p2ProcessedExpInsert(dbh, "a string", -32, -32)) { 180 if (!p2ProcessedExpInsert(dbh, "a string", -32, -32, "a string")) { 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 (!p2MaskInsert(dbh, "a string")) { 181 196 exit(EXIT_FAILURE); 182 197 }
Note:
See TracChangeset
for help on using the changeset viewer.
