GSettings: enum/choices/aliases/range test cases

Fix a small bug that one of the tests uncovered.
This commit is contained in:
Ryan Lortie
2010-06-17 00:03:44 -04:00
parent be8f938b63
commit fc538894d3
29 changed files with 368 additions and 7 deletions

View 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>