Changeset 11005 for trunk/ippdb/tests/insertobject.c
- Timestamp:
- Jan 9, 2007, 4:00:11 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/insertobject.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/insertobject.c
r10989 r11005 300 300 } 301 301 302 object = p2PendingExpRowAlloc("a string", "a string", -32, -32, "a string" );302 object = p2PendingExpRowAlloc("a string", "a string", -32, -32, "a string", -16); 303 303 if (!object) { 304 304 exit(EXIT_FAILURE); … … 322 322 } 323 323 324 object = p2PendingImfileRowAlloc("a string", "a string", "a string", "a string", -32, -32 );324 object = p2PendingImfileRowAlloc("a string", "a string", "a string", "a string", -32, -32, -16); 325 325 if (!object) { 326 326 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
