test/rmlvo-to-kccgst: use default RMLVO values in translation

The tool's supposed to display exactly the same results as the library
code.

Signed-off-by: Ran Benita <ran234@gmail.com>
master
Ran Benita 2014-02-10 13:13:26 +02:00
parent 2ecc0f8316
commit 067c8c25c4
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ main(int argc, char *argv[])
return 1;
}
xkb_context_sanitize_rule_names(ctx, &rmlvo);
if (!xkb_components_from_rules(ctx, &rmlvo, &kccgst))
return 1;