[glib] Fix gschema-compile test



commit aefc6df6bbf318c01eff32e631cc796aabcbf31f
Author: David Zeuthen <davidz redhat com>
Date:   Fri Jul 30 16:30:34 2010 -0400

    Fix gschema-compile test
    
    This was broken by commit 1b5b87bfa0f5435dd6e973a4e36076db083dc5c7
    
    Signed-off-by: David Zeuthen <davidz redhat com>

 gio/tests/gschema-compile.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/tests/gschema-compile.c b/gio/tests/gschema-compile.c
index 930d352..3ccad4c 100644
--- a/gio/tests/gschema-compile.c
+++ b/gio/tests/gschema-compile.c
@@ -101,8 +101,8 @@ static const SchemaTest tests[] = {
   { "extend-self",                  NULL, "*not yet existing*"                                  },
   { "extend-wrong-list-indirect",   NULL, "*'y' does not extend 'x'*"                           },
   { "extend-wrong-list",            NULL, "*'y' does not extend 'x'*"                           },
-  { "key-in-list-indirect",         NULL, "*can not add keys to a list*"                        },
-  { "key-in-list",                  NULL, "*can not add keys to a list*"                        },
+  { "key-in-list-indirect",         NULL, "*can not add keys to a 'list*"                        },
+  { "key-in-list",                  NULL, "*can not add keys to a 'list*"                        },
   { "list-of-missing",              NULL, "*is list of not yet existing schema*"                },
   { "extend-and-shadow",            NULL, "*shadows*use <override>*"                            },
   { "extend-and-shadow-indirect",   NULL, "*shadows*use <override>*"                            },



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