Index: trunk/psLib/test/imageops/tap_psImageShiftKernel.c
===================================================================
--- trunk/psLib/test/imageops/tap_psImageShiftKernel.c	(revision 12094)
+++ trunk/psLib/test/imageops/tap_psImageShiftKernel.c	(revision 12513)
@@ -10,5 +10,5 @@
     plan_tests(34);
 
-    diag("psImageShiftKernel() tests");
+//    diag("psImageShiftKernel() tests");
 
     // tests using BILINEAR interpolation
@@ -17,5 +17,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)
@@ -50,5 +50,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)
@@ -65,5 +65,5 @@
         // fractional shifts introduce smoothing,
         psImage *shift = psImageShiftKernel (NULL, image, 0.2, 0.4, PS_INTERPOLATE_BICUBE);
-        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]);
@@ -88,5 +88,5 @@
         psMemId id = psMemGetId();
 
-        diag("shift a gaussian and measure centroid");
+//        diag("shift a gaussian and measure centroid");
 
         // generate simple image (gauss function)
@@ -117,5 +117,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);
@@ -161,5 +161,5 @@
         // fractional shifts introduce smoothing,
         psImage *shift = psImageShiftKernel (NULL, image, 0.2, 0.4, PS_INTERPOLATE_BICUBE);
-        diag ("please check these values: this kernel is very steep and ringy.  what is the right BICUBE kernel?");
+//        diag ("please check these values: this kernel is very steep and ringy.  what is the right BICUBE kernel?");
         ok_float_tol (shift->data.F32[10][10], -1.444445, 4*FLT_EPSILON, "point 10,10 should be %f : %f", -1.444445, shift->data.F32[10][10]);
         ok_float_tol (shift->data.F32[10][11], -0.277778, 4*FLT_EPSILON, "point 10,11 should be %f : %f", -0.277778, shift->data.F32[10][11]);
@@ -184,5 +184,5 @@
         psMemId id = psMemGetId();
 
-        diag("shift a gaussian and measure centroid");
+//        diag("shift a gaussian and measure centroid");
 
         // generate simple image (gauss function)
@@ -215,5 +215,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);
@@ -235,5 +235,5 @@
         yo /= no;
 
-        diag ("these require a tolerance of 100 epsilon");
+//        diag ("these require a tolerance of 100 epsilon");
         ok_float_tol (xo, 16.2, 100*FLT_EPSILON, "x-centroid should be %f : %f", 16.2, xo);
         ok_float_tol (yo, 15.8, 100*FLT_EPSILON, "y-centroid should be %f : %f", 15.8, yo);
@@ -281,5 +281,5 @@
         psMemId id = psMemGetId();
 
-        diag("shift a gaussian and measure centroid");
+//        diag("shift a gaussian and measure centroid");
 
         // generate simple image (gauss function)
@@ -312,5 +312,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);
@@ -332,5 +332,5 @@
         yo /= no;
 
-        diag ("these require a tolerance of 100 epsilon");
+//        diag ("these require a tolerance of 100 epsilon");
         ok_float_tol (xo, 16.2, 100*FLT_EPSILON, "x-centroid should be %f : %f", 16.2, xo);
         ok_float_tol (yo, 15.8, 100*FLT_EPSILON, "y-centroid should be %f : %f", 15.8, yo);
