summaryrefslogtreecommitdiff
path: root/gio/tests/gschema-compile.c
diff options
context:
space:
mode:
Diffstat (limited to 'gio/tests/gschema-compile.c')
-rw-r--r--gio/tests/gschema-compile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/tests/gschema-compile.c b/gio/tests/gschema-compile.c
index 40a396d2f..65f656c52 100644
--- a/gio/tests/gschema-compile.c
+++ b/gio/tests/gschema-compile.c
@@ -86,6 +86,7 @@ static const SchemaTest tests[] = {
{ "enum", NULL, NULL },
{ "enum-with-aliases", NULL, NULL },
{ "enum-with-invalid-alias", NULL, "*“banger” is not in enumerated type*" },
+ { "enum-with-invalid-value", NULL, "*Invalid numeric value*" },
{ "enum-with-repeated-alias", NULL, "*<alias value='sausages'/> already specified*" },
{ "enum-with-repeated-nick", NULL, "*<value nick='spam'/> already specified*" },
{ "enum-with-repeated-value", NULL, "*value='1' already specified*" },