glib/gio/tests/schema-tests/range-missing-max.gschema.xml
Ryan Lortie d2af82e820 gschema-test: invert expectation for min/max omit
It is now completely valid.

Fix up what is now a legitimate range error in the schema used in one of
the tests.
2011-03-31 15:15:09 +05:30

9 lines
168 B
XML

<schemalist>
<schema id="test">
<key name="test" type="i">
<range min="100"/>
<default>200</default>
</key>
</schema>
</schemalist>