Index: trunk/psLib/test/image/tst_psImageGeomManip.c
===================================================================
--- trunk/psLib/test/image/tst_psImageGeomManip.c	(revision 4191)
+++ trunk/psLib/test/image/tst_psImageGeomManip.c	(revision 4214)
@@ -6,6 +6,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-09 19:40:51 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-11 02:19:05 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -31,4 +31,5 @@
 static psS32 testImageShiftCase(psS32 cols, psS32 rows, float colShift,float rowShift);
 static psS32 testImageResample(void);
+static psS32 testImageTransform(void);
 
 testDescription tests[] = {
@@ -38,4 +39,5 @@
                               {testImageShift,561,"psImageShift",0,false},
                               {testImageResample,743,"psImageResample",0,false},
+                              {testImageTransform,-1,"psImageTransform",0,false},
                               {NULL}
                           };
@@ -1073,2 +1075,8 @@
 }
 
+static psS32 testImageTransform(void)
+{
+
+    /// XXX: TODO
+    return 0;
+}
