summaryrefslogtreecommitdiff
path: root/test/filecomp.c
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2012-09-30 10:50:38 +0200
committerRan Benita <ran234@gmail.com>2012-09-30 14:20:16 +0200
commit22684cd1dd1fd651803f27f3595e02d16b5df0e8 (patch)
tree8b3aa5b10bb1638635a352646cd57de0e25738c5 /test/filecomp.c
parent3b5ada233be2de7e068d27b827b9e1a320791fbe (diff)
downloadxorg-lib-libxkbcommon-22684cd1dd1fd651803f27f3595e02d16b5df0e8.tar.gz
parser: remove XkbCompMapList rule
This rule allows you to put several xkb_keymaps in one file. This doesn't make any sense: only the default/first can ever be used, yet the others are fully parsed as well. Different keymaps should just be put in different files. Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'test/filecomp.c')
-rw-r--r--test/filecomp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/filecomp.c b/test/filecomp.c
index 1d7a127..0c1111a 100644
--- a/test/filecomp.c
+++ b/test/filecomp.c
@@ -41,8 +41,6 @@ main(void)
struct xkb_context *ctx = test_get_context();
assert(test_file(ctx, "keymaps/basic.xkb"));
- /* XXX check we actually get qwertz here ... */
- assert(test_file(ctx, "keymaps/default.xkb"));
assert(test_file(ctx, "keymaps/comprehensive-plus-geom.xkb"));
assert(test_file(ctx, "keymaps/no-types.xkb"));