Index: trunk/psModules/test/concepts/tap_pmConceptsPhotcode.c
===================================================================
--- trunk/psModules/test/concepts/tap_pmConceptsPhotcode.c	(revision 14882)
+++ trunk/psModules/test/concepts/tap_pmConceptsPhotcode.c	(revision 15986)
@@ -89,4 +89,5 @@
         str[0] = "ARGS:";
         str[1] = "-site";
+//        str[2] = "../dataFiles/SampleIPPConfig";
         str[2] = "../config/data/SampleIPPConfig";
         psS32 argc = 3;
@@ -97,4 +98,5 @@
         pmFPAview *view = pmFPAviewAlloc(0);
 
+        skip_start(!config, 2, "Skipping tests because pmConfigRead() failed");        
         bool rc;
         psMetadata *recipe  = psMetadataLookupPtr(&rc, config->recipes, "PPIMAGE");
@@ -105,4 +107,5 @@
         ok(testPhotcode, "pmConceptsPhotcodeForView(config, file, view) returned non-NULL");
         ok(!strcmp(goodPhotcode, testPhotcode), "pmConceptsPhotcodeForView() produced the correct string");
+        skip_end();
         psFree(config);
         psFree(file);
@@ -112,3 +115,2 @@
 }
 
-//HERE
