From b13a79aeb45e0630482202372e136ea264a24e5f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 17 Aug 2012 01:14:51 -0400 Subject: [PATCH] Adapt schema tests to changed error messages --- gio/tests/gschema-compile.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gio/tests/gschema-compile.c b/gio/tests/gschema-compile.c index ad3f9ddee..38d4d3eaf 100644 --- a/gio/tests/gschema-compile.c +++ b/gio/tests/gschema-compile.c @@ -97,14 +97,14 @@ static const SchemaTest tests[] = { { "range-parse-error", NULL, "*invalid character in number*" }, { "from-docs", NULL, NULL }, { "extending", NULL, NULL }, - { "extend-missing", NULL, "*extends not yet existing schema*" }, + { "extend-missing", NULL, "*extends not-yet-existing schema*" }, { "extend-nonlist", NULL, "*which is not a list*" }, - { "extend-self", NULL, "*not yet existing*" }, + { "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, "*cannot add keys to a 'list*" }, { "key-in-list", NULL, "*cannot add keys to a 'list*" }, - { "list-of-missing", NULL, "*is list of not yet existing schema*" }, + { "list-of-missing", NULL, "*is list of not-yet-existing schema*" }, { "extend-and-shadow", NULL, "*shadows*use *" }, { "extend-and-shadow-indirect", NULL, "*shadows*use *" }, { "override", NULL, NULL },