Index: /trunk/psLib/test/pstap/src/pstap.h
===================================================================
--- /trunk/psLib/test/pstap/src/pstap.h	(revision 12737)
+++ /trunk/psLib/test/pstap/src/pstap.h	(revision 12738)
@@ -69,6 +69,6 @@
     ok(status, __VA_ARGS__); \
     if (!status) { \
-        diag("         got: '%f'", VALUE); \
-        diag("    expected: '%f'", EXPECT); \
+        diag("         got: '%.10f'", VALUE); \
+        diag("    expected: '%.10f'", EXPECT); \
     } \
 }
@@ -86,6 +86,6 @@
     ok(status, __VA_ARGS__); \
     if (!status) { \
-        diag("         got: '%f'", VALUE); \
-        diag("    expected: '%f' +/- %f", EXPECT, TOL); \
+        diag("         got: '%.10f'", VALUE); \
+        diag("    expected: '%.10f' +/- %.10f", EXPECT, TOL); \
     } \
 }
