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