mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 03:46:17 +01:00
afff087785
Add --one-schema-file option to gschema-compile to allow easier test setup. Simplify the test setup. Bug #616276.
8 lines
202 B
XML
8 lines
202 B
XML
<schemalist>
|
|
<schema id="wrong-category" path="/tests/" gettext-domain="test">
|
|
<key name="test" type="s" l10n="not-a-category">
|
|
<default>'foo'</default>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|