Index: trunk/psModules/test/camera/tap_pmFPAConstruct.c
===================================================================
--- trunk/psModules/test/camera/tap_pmFPAConstruct.c	(revision 14882)
+++ trunk/psModules/test/camera/tap_pmFPAConstruct.c	(revision 15987)
@@ -14,5 +14,5 @@
     psLogSetLevel(PS_LOG_INFO);
     psTraceSetLevel("err", ERR_TRACE_LEVEL);
-    plan_tests(72);
+    plan_tests(9);
 
     // ----------------------------------------------------------------------
@@ -34,5 +34,9 @@
     {
         psMetadata *camera = psMetadataAlloc();
-        bool rc = pmConfigFileRead(&camera, "data/camera0/camera.config", "CAMERA 0 config file");
+        bool rc = pmConfigFileRead(&camera, "dataFiles/camera0/camera.config", "CAMERA 0 config file");
+        if (!rc) {
+             rc = pmConfigFileRead(&camera, "../dataFiles/camera0/camera.config", "CAMERA 0 config file");
+	}
+
         // Generate the pmFPA heirarchy
         psMemId id = psMemGetId();
@@ -44,5 +48,5 @@
 	}
         bool errorFlag = false;
-        ok(fpa->chips->n == 4, "pmFPAConstruct() set fpa->chips->n (%d)", fpa->chips->n);
+        ok(fpa->chips->n == 2, "pmFPAConstruct() set fpa->chips->n (%d)", fpa->chips->n);
         for (int chipID = 0 ; chipID < fpa->chips->n ; chipID++) {
             pmChip *chip = fpa->chips->data[chipID];
