test/rmlvo-to-kccgst: use default RMLVO values in translation
authorRan Benita <ran234@gmail.com>
Mon, 10 Feb 2014 11:13:26 +0000 (13:13 +0200)
committerRan Benita <ran234@gmail.com>
Mon, 10 Feb 2014 11:15:58 +0000 (13:15 +0200)
The tool's supposed to display exactly the same results as the library
code.

Signed-off-by: Ran Benita <ran234@gmail.com>
test/rmlvo-to-kccgst.c

index bab725d..5d15933 100644 (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;