mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 00:48:45 +02:00
GSettings: enum/choices/aliases/range test cases
Fix a small bug that one of the tests uncovered.
This commit is contained in:
14
gio/tests/schema-tests/choice-shadowed-alias.gschema.xml
Normal file
14
gio/tests/schema-tests/choice-shadowed-alias.gschema.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<schemalist>
|
||||
<schema id='org.gtk.test.schema'>
|
||||
<key name='test' type='s'>
|
||||
<choices>
|
||||
<choice value='before'/>
|
||||
<choice value='after'/>
|
||||
</choices>
|
||||
<aliases>
|
||||
<alias value='before' target='after'/>
|
||||
</aliases>
|
||||
<default>'after'</default>
|
||||
</key>
|
||||
</schema>
|
||||
</schemalist>
|
Reference in New Issue
Block a user