mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
tests: Fix case of a string comparison
Fixup to commit 12e32e96a3
.
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
331f73c26d
commit
3d8296940a
@ -86,7 +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-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*" },
|
||||
|
Loading…
Reference in New Issue
Block a user