Index: trunk/psModules/test/tst_pmImageSubtract.c
===================================================================
--- trunk/psModules/test/tst_pmImageSubtract.c	(revision 4221)
+++ trunk/psModules/test/tst_pmImageSubtract.c	(revision 4224)
@@ -3,10 +3,13 @@
  *  @brief Contains the tests for pmImageSubtract.c:
  *
- *  test00: This code will ...
+ *  test00: This code will test the various functions in pmObjects.c
  *
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-09 05:43:13 $
+ *  XXX: Most test simply ensure that the functions can be called with allowable
+ *  data.  More work need to be done to verify the results.
+ *
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-13 20:12:18 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -14,6 +17,4 @@
 #include "psTest.h"
 #include "pslib.h"
-//XXX: Why do I need this?
-#include "psConstants.h"
 #include "pmImageSubtract.h"
 #define ERROR_TOLERANCE 1.0
@@ -743,6 +744,3 @@
     return(!testStatus);
 }
-// this code will
-
-
-
+
