From aefc6df6bbf318c01eff32e631cc796aabcbf31f Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Fri, 30 Jul 2010 16:30:34 -0400 Subject: [PATCH] Fix gschema-compile test This was broken by commit 1b5b87bfa0f5435dd6e973a4e36076db083dc5c7 Signed-off-by: David Zeuthen --- gio/tests/gschema-compile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gio/tests/gschema-compile.c b/gio/tests/gschema-compile.c index 930d3527b..3ccad4c25 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 *" }, { "extend-and-shadow-indirect", NULL, "*shadows*use *" },