Changeset 11030 for trunk/ippdb/tests/insertobject.c
- Timestamp:
- Jan 11, 2007, 11:59:35 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/insertobject.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/insertobject.c
r11027 r11030 300 300 } 301 301 302 object = p2PendingExpRowAlloc("a string", "a string", -32, -32, "a string" , -16);302 object = p2PendingExpRowAlloc("a string", "a string", -32, -32, "a string"); 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 , -16);324 object = p2PendingImfileRowAlloc("a string", "a string", "a string", "a string", -32, -32); 325 325 if (!object) { 326 326 exit(EXIT_FAILURE); … … 388 388 } 389 389 390 object = p2ProcessedImfileRowAlloc("a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string", -32, -32 );390 object = p2ProcessedImfileRowAlloc("a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string", -32, -32, -16); 391 391 if (!object) { 392 392 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
