r4054 - trunk/birnet



Author: timj
Date: 2006-11-02 16:50:32 -0500 (Thu, 02 Nov 2006)
New Revision: 4054

Modified:
   trunk/birnet/birnettests.h
Log:
cosmetics


Modified: trunk/birnet/birnettests.h
===================================================================
--- trunk/birnet/birnettests.h	2006-11-02 21:45:13 UTC (rev 4053)
+++ trunk/birnet/birnettests.h	2006-11-02 21:50:32 UTC (rev 4054)
@@ -222,7 +222,7 @@
     else if (show) TOK ();				\
   } else {						\
   g_printerr ("%s", mark);				\
-  g_printerr ("\n***ERROR***\n"                         \
+  g_printerr ("\n*** TEST-ERROR ***\n"                  \
               "%s:%u:%s(): assertion failed: %s\n",	\
            __FILE__, __LINE__, __PRETTY_FUNCTION__,	\
            #code);					\
@@ -240,7 +240,7 @@
     else if (show) TOK ();				\
   } else {						\
   g_printerr ("%s", mark);				\
-  g_printerr ("\n***ERROR***\n"                         \
+  g_printerr ("\n*** TEST-ERROR ***\n"                  \
               "%s:%u:%s(): assertion failed: "		\
               "%s %s %s: %.17g %s %.17g\n",		\
               __FILE__, __LINE__, __PRETTY_FUNCTION__,	\
@@ -252,7 +252,7 @@
 #define TERROR_impl(mark, ...)	do {			\
   g_printerr ("%s", mark);				\
   char *_error_msg_ = g_strdup_printf (__VA_ARGS__);	\
-  g_printerr ("\n***ERROR***\n"                         \
+  g_printerr ("\n*** TEST-ERROR ***\n"                  \
               "%s:%u:%s(): %s\n",			\
               __FILE__, __LINE__, __PRETTY_FUNCTION__,	\
               _error_msg_);				\




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]