[glib] Adapt schema tests to changed error messages
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Adapt schema tests to changed error messages
- Date: Fri, 17 Aug 2012 05:14:38 +0000 (UTC)
commit b13a79aeb45e0630482202372e136ea264a24e5f
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Aug 17 01:14:51 2012 -0400
Adapt schema tests to changed error messages
gio/tests/gschema-compile.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gio/tests/gschema-compile.c b/gio/tests/gschema-compile.c
index ad3f9dd..38d4d3e 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 <override>*" },
{ "extend-and-shadow-indirect", NULL, "*shadows*use <override>*" },
{ "override", NULL, NULL },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]