1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-01-15 16:56:14 +01:00
glib/gio/tests/schema-tests/wrong-category.gschema.xml
Christian Persch b4632e1c98 Fix the wrong-category schema test
It's supposed to test a <default l10n="..."> with a non-existent
category, so make it actually check this!

Bug .
2010-11-28 17:26:30 -05:00

8 lines
202 B
XML

<schemalist>
<schema id="wrong-category" path="/tests/" gettext-domain="test">
<key name="test" type="s">
<default l10n="not-a-category">'foo'</default>
</key>
</schema>
</schemalist>