Index: trunk/psLib/test/image/tst_psImageManip.c
===================================================================
--- trunk/psLib/test/image/tst_psImageManip.c	(revision 1926)
+++ trunk/psLib/test/image/tst_psImageManip.c	(revision 1929)
@@ -6,6 +6,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-09-29 19:50:43 $
+ *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-09-29 20:17:58 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -36,31 +36,13 @@
 
 testDescription tests[] = {
-                              {
-                                  testImageClip,571,"psImageClip",0,false
-                              },
-                              {
-                                  testImageClipNAN,572,"psImageClipNAN",0,false
-                              },
-                              {
-                                  testImageClipComplexRegion,673,"psImageClipComplexRegion",0,false
-                              },
-                              {
-                                  testImageOverlay,573,"psImageOverlay",0,false
-                              },
-                              {
-                                  testImageRebin,559,"psImageRebin",0,false
-                              },
-                              {
-                                  testImageRoll,562,"psImageRoll",0,false
-                              },
-                              {
-                                  testImageRotate,560,"psImageRotate",0,false
-                              },
-                              {
-                                  testImageShift,561,"psImageShift",0,false
-                              },
-                              {
-                                  NULL
-                              }
+                              {testImageClip,571,"psImageClip",0,false},
+                              {testImageClipNAN,572,"psImageClipNAN",0,false},
+                              {testImageClipComplexRegion,673,"psImageClipComplexRegion",0,false},
+                              {testImageOverlay,573,"psImageOverlay",0,false},
+                              {testImageRebin,559,"psImageRebin",0,false},
+                              {testImageRoll,562,"psImageRoll",0,false},
+                              {testImageRotate,560,"psImageRotate",0,false},
+                              {testImageShift,561,"psImageShift",0,false},
+                              {NULL}
                           };
 
