summaryrefslogtreecommitdiff
path: root/test/rulescomp.c
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2012-08-03 02:51:10 +0200
committerDaniel Stone <daniel@fooishbar.org>2012-08-08 13:30:24 +0200
commit04253fb2eb4500d331971a2a345af1f48ca42493 (patch)
treee74577c68fdfbdf5040ff663b682e8ad40802f1b /test/rulescomp.c
parent055b30349310060ac1ae7b0320445bf85bcfae5d (diff)
downloadxorg-lib-libxkbcommon-04253fb2eb4500d331971a2a345af1f48ca42493.tar.gz
Add support for default rules/model/layout
Right now it just comes from build-time, but eventually this should be sourced from configuration files at runtime too. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'test/rulescomp.c')
-rw-r--r--test/rulescomp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/rulescomp.c b/test/rulescomp.c
index e2f4aec..30c0df8 100644
--- a/test/rulescomp.c
+++ b/test/rulescomp.c
@@ -100,7 +100,6 @@ int main(int argc, char *argv[])
assert(test_rmlvo(ctx, "evdev", "pc105", "us", "intl", ""));
assert(test_rmlvo(ctx, "evdev", "pc105", "us", "intl", "grp:alts_toggle"));
- assert(!test_rmlvo(ctx, "", "", "", "", ""));
assert(!test_rmlvo(ctx, "base", "", "", "", ""));
assert(!test_rmlvo(ctx, "base", "pc105", "", "", ""));
assert(!test_rmlvo(ctx, "badrules", "", "us", "", ""));