Changeset 17144 for trunk/ippdb/tests/insert.c
- Timestamp:
- Mar 25, 2008, 1:14:07 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/insert.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/insert.c
r17142 r17144 298 298 } 299 299 300 if (!warpMaskInsert(dbh, "a string")) { 301 exit(EXIT_FAILURE); 302 } 303 304 psDBCleanup(dbh); 305 } 306 307 { 308 psDB *dbh; 309 310 dbh = psDBInit("localhost", "test", NULL, "test"); 311 if (!dbh) { 312 exit(EXIT_FAILURE); 313 } 314 300 315 if (!diffRunInsert(dbh, -64, "a string", "a string", "a string", "0001-01-01T00:00:00Z", "a string", "a string")) { 301 316 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
