Changeset 12231 for trunk/ippdb/tests/metadatafromobject.c
- Timestamp:
- Mar 5, 2007, 12:04:47 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/metadatafromobject.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/metadatafromobject.c
r12202 r12231 626 626 bool status; 627 627 628 object = chipPendingExpRowAlloc(-64, "a string", -64, "a string", "a string", "a string", "a string" );628 object = chipPendingExpRowAlloc(-64, "a string", -64, "a string", "a string", "a string", "a string", "a string"); 629 629 if (!object) { 630 630 exit(EXIT_FAILURE); … … 645 645 exit(EXIT_FAILURE); 646 646 } 647 psFree(md); 648 exit(EXIT_FAILURE); 649 } 650 if (strncmp(psMetadataLookupPtr(&status, md, "workdir"), "a string", MAX_STRING_LENGTH)) { 647 651 psFree(md); 648 652 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
