Index: trunk/psModules/test/tst_pmReadoutCombine.c
===================================================================
--- trunk/psModules/test/tst_pmReadoutCombine.c	(revision 2945)
+++ trunk/psModules/test/tst_pmReadoutCombine.c	(revision 4770)
@@ -5,6 +5,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-01-10 22:22:52 $
+ *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-08-16 01:10:36 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -56,4 +56,5 @@
 int main(int argc, char* argv[])
 {
+    psLogSetFormat("HLNM");
     return !runTestSuite(stderr, "Test Point Driver", tests, argc, argv);
 }
@@ -118,9 +119,9 @@
         *(int *) (& (tmpImage->col0)) = baseCols[r];
         /*
-                psReadout *tmpReadout = psReadoutAlloc(baseColsReadout[r],
+                pmReadout *tmpReadout = pmReadoutAlloc(baseColsReadout[r],
                                                        baseRowsReadout[r],
                                                        tmpImage);
         */
-        psReadout *tmpReadout = psReadoutAlloc();
+        pmReadout *tmpReadout = pmReadoutAlloc(NULL);
         tmpReadout->image = tmpImage;
 
@@ -154,5 +155,5 @@
     psListElem *tmpInput = (psListElem *) list->head;
     while (NULL != tmpInput) {
-        psReadout *tmpReadout = (psReadout *) tmpInput->data;
+        pmReadout *tmpReadout = (pmReadout *) tmpInput->data;
         psFree(tmpReadout);
         tmpInput = tmpInput->next;
@@ -236,9 +237,9 @@
         *(int *) (& (tmpImage->col0)) = baseCols[r];
         /*
-                psReadout *tmpReadout = psReadoutAlloc(baseColsReadout[r],
+                pmReadout *tmpReadout = pmReadoutAlloc(baseColsReadout[r],
                                                        baseRowsReadout[r],
                                                        tmpImage);
         */
-        psReadout *tmpReadout = psReadoutAlloc();
+        pmReadout *tmpReadout = pmReadoutAlloc(NULL);
         tmpReadout->image = tmpImage;
         minOutRow = PS_MIN(minOutRow, (baseRowsReadout[r] + baseRows[r]));
@@ -441,5 +442,5 @@
     psListElem *tmpInput = (psListElem *) list->head;
     while (NULL != tmpInput) {
-        psReadout *tmpReadout = (psReadout *) tmpInput->data;
+        pmReadout *tmpReadout = (pmReadout *) tmpInput->data;
         psFree(tmpReadout);
         tmpInput = tmpInput->next;
