Changeset 15003 for trunk/ippdb/tests/metadatafromobject.c
- Timestamp:
- Sep 24, 2007, 6:18:00 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/metadatafromobject.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/metadatafromobject.c
r14598 r15003 2452 2452 bool status; 2453 2453 2454 object = magicInputSkyfileRowAlloc(-64, -64, -32);2454 object = magicInputSkyfileRowAlloc(-64, -64, "a string"); 2455 2455 if (!object) { 2456 2456 exit(EXIT_FAILURE); … … 2470 2470 exit(EXIT_FAILURE); 2471 2471 } 2472 if ( !psMetadataLookupS32(&status, md, "node") == -32) {2472 if (strncmp(psMetadataLookupPtr(&status, md, "node"), "a string", MAX_STRING_LENGTH)) { 2473 2473 psFree(md); 2474 2474 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
