Fix gschema-compile test
authorDavid Zeuthen <davidz@redhat.com>
Fri, 30 Jul 2010 20:30:34 +0000 (16:30 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Fri, 30 Jul 2010 20:30:34 +0000 (16:30 -0400)
This was broken by commit 1b5b87bfa0f5435dd6e973a4e36076db083dc5c7

Signed-off-by: David Zeuthen <davidz@redhat.com>
gio/tests/gschema-compile.c

index 930d352..3ccad4c 100644 (file)
@@ -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>*"                            },