From 1618ca572fec292f0771202bd8b218dacc959060 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Fri, 25 Mar 2011 17:56:59 -0400 Subject: [PATCH] Fix test suite breakage caused by Murray's commit See https://bugzilla.gnome.org/show_bug.cgi?id=645682 Signed-off-by: David Zeuthen --- gio/tests/gschema-compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/tests/gschema-compile.c b/gio/tests/gschema-compile.c index de3604d..2ffa85b 100644 --- a/gio/tests/gschema-compile.c +++ b/gio/tests/gschema-compile.c @@ -76,7 +76,7 @@ static const SchemaTest tests[] = { { "enum-with-repeated-value", NULL, "*value='1' already specified*" }, { "enum-with-chained-alias", NULL, "*'sausages' is not in enumerated type*" }, { "enum-with-shadow-alias", NULL, "*'mash' is already a member of the enum*" }, - { "enum-with-choice", NULL, "* cannot be specified*" }, + { "enum-with-choice", NULL, "* can not be specified*" }, { "enum-with-bad-default", NULL, "* is not a valid member*" }, { "choice", NULL, NULL }, { "choice-upside-down", NULL, NULL }, -- 2.7.4