IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 2, 2008, 10:49:57 AM (19 years ago)
Author:
gusciora
Message:

Modified file reads to look for dataFiles and then ../dataFiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/concepts/tap_pmConceptsPhotcode.c

    r14882 r15986  
    8989        str[0] = "ARGS:";
    9090        str[1] = "-site";
     91//        str[2] = "../dataFiles/SampleIPPConfig";
    9192        str[2] = "../config/data/SampleIPPConfig";
    9293        psS32 argc = 3;
     
    9798        pmFPAview *view = pmFPAviewAlloc(0);
    9899
     100        skip_start(!config, 2, "Skipping tests because pmConfigRead() failed");       
    99101        bool rc;
    100102        psMetadata *recipe  = psMetadataLookupPtr(&rc, config->recipes, "PPIMAGE");
     
    105107        ok(testPhotcode, "pmConceptsPhotcodeForView(config, file, view) returned non-NULL");
    106108        ok(!strcmp(goodPhotcode, testPhotcode), "pmConceptsPhotcodeForView() produced the correct string");
     109        skip_end();
    107110        psFree(config);
    108111        psFree(file);
     
    112115}
    113116
    114 //HERE
Note: See TracChangeset for help on using the changeset viewer.