[glib] tests: Fix case of a string comparison



commit 3d8296940a4eec7e3dcaae05a60b18bf0d36946d
Author: Philip Withnall <withnall endlessm com>
Date:   Wed Oct 11 14:04:49 2017 +0100

    tests: Fix case of a string comparison
    
    Fixup to commit 12e32e96a3b124791d09ca568e922307db83fe66.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 gio/tests/gschema-compile.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/tests/gschema-compile.c b/gio/tests/gschema-compile.c
index 99b2d1b..65f656c 100644
--- a/gio/tests/gschema-compile.c
+++ b/gio/tests/gschema-compile.c
@@ -86,7 +86,7 @@ static const SchemaTest tests[] = {
   { "enum",                         NULL, NULL                                                  },
   { "enum-with-aliases",            NULL, NULL                                                  },
   { "enum-with-invalid-alias",      NULL, "*“banger” is not in enumerated type*"                },
-  { "enum-with-invalid-value",      NULL, "*invalid numeric value*"                             },
+  { "enum-with-invalid-value",      NULL, "*Invalid numeric value*"                             },
   { "enum-with-repeated-alias",     NULL, "*<alias value='sausages'/> already specified*"       },
   { "enum-with-repeated-nick",      NULL, "*<value nick='spam'/> already specified*"            },
   { "enum-with-repeated-value",     NULL, "*value='1' already specified*"                       },


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