mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
Fix gschema-compile test
This was broken by commit 1b5b87bfa0
Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
parent
d2d97a214d
commit
aefc6df6bb
@ -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 <override>*" },
|
||||
{ "extend-and-shadow-indirect", NULL, "*shadows*use <override>*" },
|
||||
|
Loading…
Reference in New Issue
Block a user