Changeset 8368 for trunk/ippdb/tests/insert.c
- Timestamp:
- Aug 15, 2006, 4:31:35 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/insert.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/insert.c
r8319 r8368 403 403 } 404 404 405 if (!detNormalizedStatImfileInsert(dbh, -32, -32, "a string", 32.32)) { 406 exit(EXIT_FAILURE); 407 } 408 409 psDBCleanup(dbh); 410 } 411 412 { 413 psDB *dbh; 414 415 dbh = psDBInit("localhost", "test", NULL, "test"); 416 if (!dbh) { 417 exit(EXIT_FAILURE); 418 } 419 405 420 if (!detNormalizedImfileInsert(dbh, -32, -32, "a string", "a string", "a string")) { 406 421 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
