Changeset 11733 for trunk/ippdb/tests/insertobject.c
- Timestamp:
- Feb 9, 2007, 12:13:45 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/insertobject.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/insertobject.c
r11720 r11733 256 256 } 257 257 258 object = p1PendingExpRowAlloc("a string", "a string", -32);258 object = p1PendingExpRowAlloc("a string", -32, "a string"); 259 259 if (!object) { 260 260 exit(EXIT_FAILURE); … … 278 278 } 279 279 280 object = p2PendingExpRowAlloc("a string", "a string", -32, -32, "a string");280 object = p2PendingExpRowAlloc("a string", -32, -32, "a string", "a string"); 281 281 if (!object) { 282 282 exit(EXIT_FAILURE); … … 300 300 } 301 301 302 object = p2PendingImfileRowAlloc("a string", "a string", "a string", "a string", -32, -32);302 object = p2PendingImfileRowAlloc("a string", -32, -32, "a string", "a string", "a string"); 303 303 if (!object) { 304 304 exit(EXIT_FAILURE); … … 366 366 } 367 367 368 object = p2ProcessedImfileRowAlloc("a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string", -32, -32, -16);368 object = p2ProcessedImfileRowAlloc("a string", -32, -32, "a string", "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string", -16); 369 369 if (!object) { 370 370 exit(EXIT_FAILURE); … … 410 410 } 411 411 412 object = p3ProcessedExpRowAlloc("a string", "a string", "a string", 64.64, 64.64, 64.64, 32.32, 32.32, -32, "a string", "a string", 32.32, 32.32, -32, -32, "a string", -16);412 object = p3ProcessedExpRowAlloc("a string", -32, -32, "a string", "a string", "a string", 64.64, 64.64, 64.64, 32.32, 32.32, -32, "a string", "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.
