mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 00:48:45 +02:00
Simplify gschema-compile test suite
Add --one-schema-file option to gschema-compile to allow easier test setup. Simplify the test setup. Bug #616276.
This commit is contained in:
7
gio/tests/schema-tests/incomplete-list.gschema.xml
Normal file
7
gio/tests/schema-tests/incomplete-list.gschema.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<schemalist>
|
||||
<schema id="incomplete-list" path="/tests/">
|
||||
<key name="test" type="ai">
|
||||
<default>[1,2,3</default>
|
||||
</key>
|
||||
</schema>
|
||||
</schemalist>
|
Reference in New Issue
Block a user