Moving files to packaging and extracing new tarball.
[profile/ivi/glib2.git] / gio / tests / schema-tests / range-wrong-type.gschema.xml
1 <schemalist>
2     <schema id="test">
3       <key name="test" type="s">
4         <range min="a" max="z" />
5         <default>"a"</default>
6       </key>
7     </schema>
8 </schemalist>