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