Changeset 12202 for trunk/ippdb/tests/insertobject.c
- Timestamp:
- Mar 2, 2007, 4:24:02 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/insertobject.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/insertobject.c
r12130 r12202 300 300 } 301 301 302 object = chipPendingImfileRowAlloc(-64, "a string", -64, "a string", "a string","a string");302 object = chipPendingImfileRowAlloc(-64, "a string", "a string"); 303 303 if (!object) { 304 304 exit(EXIT_FAILURE); … … 322 322 } 323 323 324 object = chipProcessedExpRowAlloc(-64, "a string", -64, "a string", "a string", "a string" );324 object = chipProcessedExpRowAlloc(-64, "a string", -64, "a string", "a string", "a string", "a string"); 325 325 if (!object) { 326 326 exit(EXIT_FAILURE); … … 366 366 } 367 367 368 object = chipProcessedImfileRowAlloc(-64, "a string", -64, "a string", "a string","a string", 64.64, 64.64, 64.64, "a string", -16);368 object = chipProcessedImfileRowAlloc(-64, "a string", "a string", 64.64, 64.64, 64.64, "a string", -16); 369 369 if (!object) { 370 370 exit(EXIT_FAILURE); … … 388 388 } 389 389 390 object = camPendingExpRowAlloc(-64, -64, "a string", "a string", "a string" );390 object = camPendingExpRowAlloc(-64, -64, "a string", "a string", "a string", "a string"); 391 391 if (!object) { 392 392 exit(EXIT_FAILURE); … … 410 410 } 411 411 412 object = camProcessedExpRowAlloc(-64, -64, "a string", "a string", "a string", 64.64, 64.64, 64.64, 32.32, 32.32, -32, "a string", 32.32, 32.32, -16, "a string", "a string");412 object = camProcessedExpRowAlloc(-64, -64, "a string", "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, 32.32, 32.32, -32, "a string", 32.32, 32.32, -16); 413 413 if (!object) { 414 414 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
