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 #635882.
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>