Changeset 15986 for trunk/psModules/test/concepts/tap_pmConceptsPhotcode.c
- Timestamp:
- Jan 2, 2008, 10:49:57 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/test/concepts/tap_pmConceptsPhotcode.c
r14882 r15986 89 89 str[0] = "ARGS:"; 90 90 str[1] = "-site"; 91 // str[2] = "../dataFiles/SampleIPPConfig"; 91 92 str[2] = "../config/data/SampleIPPConfig"; 92 93 psS32 argc = 3; … … 97 98 pmFPAview *view = pmFPAviewAlloc(0); 98 99 100 skip_start(!config, 2, "Skipping tests because pmConfigRead() failed"); 99 101 bool rc; 100 102 psMetadata *recipe = psMetadataLookupPtr(&rc, config->recipes, "PPIMAGE"); … … 105 107 ok(testPhotcode, "pmConceptsPhotcodeForView(config, file, view) returned non-NULL"); 106 108 ok(!strcmp(goodPhotcode, testPhotcode), "pmConceptsPhotcodeForView() produced the correct string"); 109 skip_end(); 107 110 psFree(config); 108 111 psFree(file); … … 112 115 } 113 116 114 //HERE
Note:
See TracChangeset
for help on using the changeset viewer.
