mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Adapt schema tests to changed error messages
This commit is contained in:
parent
056d39c9f7
commit
b13a79aeb4
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user