Index: trunk/psLib/test/imageops/tap_psImageShift.c
===================================================================
--- trunk/psLib/test/imageops/tap_psImageShift.c	(revision 9875)
+++ trunk/psLib/test/imageops/tap_psImageShift.c	(revision 12513)
@@ -10,5 +10,5 @@
     plan_tests(39);
 
-    diag("psImageShift() tests");
+//    diag("psImageShift() tests");
 
     // tests using BILINEAR interpolation
@@ -16,5 +16,5 @@
         psMemId id = psMemGetId();
 
-        diag("shift a delta function by an integer offset");
+//        diag("shift a delta function by an integer offset");
 
         // generate simple image (delta function)
@@ -48,5 +48,5 @@
         psMemId id = psMemGetId();
 
-        diag("shift a delta function by an fractional pixel offset");
+//        diag("shift a delta function by an fractional pixel offset");
 
         // generate simple image (delta function)
@@ -63,5 +63,5 @@
         // fractional shifts introduce smoothing,
         psImage *shift = psImageShift (NULL, image, 0.2, 0.4, 0.0, PS_INTERPOLATE_BILINEAR);
-        diag("these require tolerance of 4 epsilon (why?)");
+//        diag("these require tolerance of 4 epsilon (why?)");
         ok_float_tol (shift->data.F32[10][10], 0.8*0.6, 4*FLT_EPSILON, "point 10,10 should be %f : %f", 0.8*0.6, shift->data.F32[10][10]);
         ok_float_tol (shift->data.F32[10][11], 0.2*0.6, 4*FLT_EPSILON, "point 10,11 should be %f : %f", 0.2*0.6, shift->data.F32[10][11]);
@@ -85,5 +85,5 @@
         psMemId id = psMemGetId();
 
-        diag("shift a gaussian and measure centroid");
+//        diag("shift a gaussian and measure centroid");
 
         // generate simple image (gauss function)
@@ -116,5 +116,5 @@
         yo /= no;
 
-        diag ("these require a tolerance of 100 epsilon");
+//        diag ("these require a tolerance of 100 epsilon");
         ok_float_tol (xo, 16.0, 100*FLT_EPSILON, "x-centroid should be %f : %f", 16.0, xo);
         ok_float_tol (xo, 16.0, 100*FLT_EPSILON, "y-centroid should be %f : %f", 16.0, yo);
@@ -136,5 +136,5 @@
         yo /= no;
 
-        diag ("these require a tolerance of 100 epsilon");
+//        diag ("these require a tolerance of 100 epsilon");
         ok_float_tol (xo, 17.2, 100*FLT_EPSILON, "x-centroid should be %f : %f", 17.2, xo);
         ok_float_tol (yo, 14.8, 100*FLT_EPSILON, "y-centroid should be %f : %f", 14.8, yo);
