Adapt schema tests to changed error messages
authorMatthias Clasen <mclasen@redhat.com>
Fri, 17 Aug 2012 05:14:51 +0000 (01:14 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 17 Aug 2012 05:15:08 +0000 (01:15 -0400)
gio/tests/gschema-compile.c

index ad3f9dd..38d4d3e 100644 (file)
@@ -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                                                  },