Changeset 11873 for trunk/ippdb/tests/insertobject.c
- Timestamp:
- Feb 16, 2007, 6:14:42 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/insertobject.c (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/insertobject.c
r11867 r11873 278 278 } 279 279 280 object = p2PendingExpRowAlloc("a string", -32, -32, "a string", "a string" );280 object = p2PendingExpRowAlloc("a string", -32, -32, "a string", "a string", "a string", "a string"); 281 281 if (!object) { 282 282 exit(EXIT_FAILURE); … … 322 322 } 323 323 324 object = p2ProcessedExpRowAlloc("a string", -32, -32, "a string" );324 object = p2ProcessedExpRowAlloc("a string", -32, -32, "a string", "a string", "a string"); 325 325 if (!object) { 326 326 exit(EXIT_FAILURE); … … 388 388 } 389 389 390 object = p3PendingExpRowAlloc("a string", -32, -32, "a string" );390 object = p3PendingExpRowAlloc("a string", -32, -32, "a string", "a string", "a string"); 391 391 if (!object) { 392 392 exit(EXIT_FAILURE); … … 410 410 } 411 411 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 );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, "a string", "a string"); 413 413 if (!object) { 414 414 exit(EXIT_FAILURE); … … 696 696 } 697 697 698 object = p4RunRowAlloc(-32, "a string", "a string", "a string", " 0001-01-01T00:00:00Z");698 object = p4RunRowAlloc(-32, "a string", "a string", "a string", "a string", "0001-01-01T00:00:00Z"); 699 699 if (!object) { 700 700 exit(EXIT_FAILURE); … … 784 784 } 785 785 786 object = p5RunRowAlloc(-32, "a string", "a string", " 0001-01-01T00:00:00Z");786 object = p5RunRowAlloc(-32, "a string", "a string", "a string", "0001-01-01T00:00:00Z"); 787 787 if (!object) { 788 788 exit(EXIT_FAILURE); … … 850 850 } 851 851 852 object = p6RunRowAlloc(-32, "a string", "a string", " 0001-01-01T00:00:00Z");852 object = p6RunRowAlloc(-32, "a string", "a string", "a string", "0001-01-01T00:00:00Z"); 853 853 if (!object) { 854 854 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
