Changeset 16616 for trunk/ippdb/tests/insert.c
- Timestamp:
- Feb 22, 2008, 11:49:29 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/insert.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/insert.c
r16587 r16616 763 763 } 764 764 765 if (!pstampDataStoreInsert(dbh, -64, "a string", "a string", "a string" )) {766 exit(EXIT_FAILURE); 767 } 768 769 psDBCleanup(dbh); 770 } 771 772 { 773 psDB *dbh; 774 775 dbh = psDBInit("localhost", "test", NULL, "test"); 776 if (!dbh) { 777 exit(EXIT_FAILURE); 778 } 779 780 if (!pstampRequestInsert(dbh, -64, -64, "a string", "a string" )) {765 if (!pstampDataStoreInsert(dbh, -64, "a string", "a string", "a string", "a string")) { 766 exit(EXIT_FAILURE); 767 } 768 769 psDBCleanup(dbh); 770 } 771 772 { 773 psDB *dbh; 774 775 dbh = psDBInit("localhost", "test", NULL, "test"); 776 if (!dbh) { 777 exit(EXIT_FAILURE); 778 } 779 780 if (!pstampRequestInsert(dbh, -64, -64, "a string", "a string", "a string")) { 781 781 exit(EXIT_FAILURE); 782 782 }
Note:
See TracChangeset
for help on using the changeset viewer.
