Fix the wrong-category schema test

It's supposed to test a <default l10n="..."> with a non-existent
category, so make it actually check this!

Bug #635882.
This commit is contained in:
Christian Persch
2010-11-26 22:46:51 +01:00
committed by Matthias Clasen
parent bfbd7169a2
commit b4632e1c98
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<schemalist>
<schema id="wrong-category" path="/tests/" gettext-domain="test">
<key name="test" type="s" l10n="not-a-category">
<default>'foo'</default>
<key name="test" type="s">
<default l10n="not-a-category">'foo'</default>
</key>
</schema>
</schemalist>