Index: trunk/psLib/test/image/tst_psImageManip.c
===================================================================
--- trunk/psLib/test/image/tst_psImageManip.c	(revision 1506)
+++ trunk/psLib/test/image/tst_psImageManip.c	(revision 1509)
@@ -6,6 +6,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-12 03:03:22 $
+ *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-12 03:11:08 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -1136,5 +1136,5 @@
     int index = 0;
     bool fail = false;
-    for (int rot=-180;rot<=180;rot+=30) {
+    for (int rot=-180;rot<=180;rot+=45) {
         psImage* oldOut = fOut;
         fOut = psImageRotate(fOut,fImg,rot,-1.0,PS_INTERPOLATE_FLAT);
