From: Ran Benita Date: Mon, 10 Feb 2014 11:13:26 +0000 (+0200) Subject: test/rmlvo-to-kccgst: use default RMLVO values in translation X-Git-Tag: xkbcommon-0.4.1~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=067c8c25c416e7c619aec556a5f2d0e37dcd4f6e;p=platform%2Fupstream%2Flibxkbcommon.git 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 --- diff --git a/test/rmlvo-to-kccgst.c b/test/rmlvo-to-kccgst.c index bab725d..5d15933 100644 --- a/test/rmlvo-to-kccgst.c +++ b/test/rmlvo-to-kccgst.c @@ -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;