Index: trunk/psLib/test/math/tap_psSparse.c
===================================================================
--- trunk/psLib/test/math/tap_psSparse.c	(revision 10170)
+++ trunk/psLib/test/math/tap_psSparse.c	(revision 12513)
@@ -10,5 +10,5 @@
     plan_tests(26);
 
-    diag("psSparse() tests");
+//    diag("psSparse() tests");
 
     // test psSparseSolve for a simple normal example matrix
@@ -16,5 +16,5 @@
         psMemId id = psMemGetId();
 
-        diag ("solve a normalized matrix equation with psSparseSolve");
+//        diag ("solve a normalized matrix equation with psSparseSolve");
 
         // the basic equation is Ax = b
@@ -89,5 +89,5 @@
         psMemId id = psMemGetId();
 
-        diag ("solve a non-normalized matrix equation with psSparseSolve");
+//        diag ("solve a non-normalized matrix equation with psSparseSolve");
 
         // the basic equation is Ax = b
@@ -173,5 +173,5 @@
         psMemId id = psMemGetId();
 
-        diag ("solve a simple, small matrix equation ");
+//        diag ("solve a simple, small matrix equation ");
 
         // the basic equation (Ax = b) is:
@@ -283,5 +283,5 @@
         psMemId id = psMemGetId();
 
-        diag ("solve a simple, small matrix equation ");
+//        diag ("solve a simple, small matrix equation ");
 
         // the basic equation (Ax = b) is:
