[glib] unicode-encoding test: Differentiate error messages



commit db3ffe5bf139a664609ab1f7e3715a2da5019805
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Sep 7 13:24:18 2015 -0400

    unicode-encoding test: Differentiate error messages
    
    Spitting out the same error for different cases in not helpful.

 tests/unicode-encoding.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/unicode-encoding.c b/tests/unicode-encoding.c
index 75c982e..b1dc885 100644
--- a/tests/unicode-encoding.c
+++ b/tests/unicode-encoding.c
@@ -161,7 +161,7 @@ process (gint      line,
       if (!ucs4_equal (ucs4_result, ucs4) ||
          items_written != ucs4_len)
        {
-         fail ("line %d: results of conversion to ucs4 do not match expected.\n", line);
+         fail ("line %d: results of fast conversion to ucs4 do not match expected.\n", line);
          return;
        }
 


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