mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02:00
GSettings: enum/choices/aliases/range test cases
Fix a small bug that one of the tests uncovered.
This commit is contained in:
8
gio/tests/schema-tests/range-default-high.gschema.xml
Normal file
8
gio/tests/schema-tests/range-default-high.gschema.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<schemalist>
|
||||
<schema id='org.gtk.test.schema'>
|
||||
<key name='test' type='i'>
|
||||
<default>28</default>
|
||||
<range min='22' max='27'/>
|
||||
</key>
|
||||
</schema>
|
||||
</schemalist>
|
Reference in New Issue
Block a user