Changeset 17142 for trunk/ippdb/tests/insertobject.c
- Timestamp:
- Mar 25, 2008, 12:32:53 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/insertobject.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/insertobject.c
r16731 r17142 366 366 } 367 367 368 object = warpRunRowAlloc(-64, -64, "a string", "a string", "a string", "a string", "a string", "a string", "a string", " 0001-01-01T00:00:00Z", true);368 object = warpRunRowAlloc(-64, -64, "a string", "a string", "a string", "a string", "a string", "a string", "a string", "a string", "0001-01-01T00:00:00Z", true); 369 369 if (!object) { 370 370 exit(EXIT_FAILURE); … … 1114 1114 } 1115 1115 1116 object = pstampRequestRowAlloc(-64, -64, "a string", "a string", "a string" );1116 object = pstampRequestRowAlloc(-64, -64, "a string", "a string", "a string", -16); 1117 1117 if (!object) { 1118 1118 exit(EXIT_FAILURE); … … 1136 1136 } 1137 1137 1138 object = pstampJobRowAlloc(-64, -64, "a string", -32, "a string", "a string", "a string");1138 object = pstampJobRowAlloc(-64, -64, "a string", "a string", -32, "a string", "a string", "a string"); 1139 1139 if (!object) { 1140 1140 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
