Changeset 11030 for trunk/ippdb/tests/insert.c
- Timestamp:
- Jan 11, 2007, 11:59:35 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/insert.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/insert.c
r11027 r11030 208 208 } 209 209 210 if (!p2PendingExpInsert(dbh, "a string", "a string", -32, -32, "a string" , -16)) {211 exit(EXIT_FAILURE); 212 } 213 214 psDBCleanup(dbh); 215 } 216 217 { 218 psDB *dbh; 219 220 dbh = psDBInit("localhost", "test", NULL, "test"); 221 if (!dbh) { 222 exit(EXIT_FAILURE); 223 } 224 225 if (!p2PendingImfileInsert(dbh, "a string", "a string", "a string", "a string", -32, -32 , -16)) {210 if (!p2PendingExpInsert(dbh, "a string", "a string", -32, -32, "a string")) { 211 exit(EXIT_FAILURE); 212 } 213 214 psDBCleanup(dbh); 215 } 216 217 { 218 psDB *dbh; 219 220 dbh = psDBInit("localhost", "test", NULL, "test"); 221 if (!dbh) { 222 exit(EXIT_FAILURE); 223 } 224 225 if (!p2PendingImfileInsert(dbh, "a string", "a string", "a string", "a string", -32, -32)) { 226 226 exit(EXIT_FAILURE); 227 227 } … … 268 268 } 269 269 270 if (!p2ProcessedImfileInsert(dbh, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string", -32, -32 )) {270 if (!p2ProcessedImfileInsert(dbh, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string", -32, -32, -16)) { 271 271 exit(EXIT_FAILURE); 272 272 }
Note:
See TracChangeset
for help on using the changeset viewer.
