Import dataset into test/data/
authorDaniel Stone <daniel@fooishbar.org>
Thu, 12 Jul 2012 13:42:31 +0000 (14:42 +0100)
committerDaniel Stone <daniel@fooishbar.org>
Thu, 12 Jul 2012 13:48:49 +0000 (14:48 +0100)
commit62deaeb570c8712e085ac9b379b5d7564c6f5673
treeb7fd45ff4abf88586f1c7283cacda71f3095d0e1
parent3e86ebca0684d90899f34c2add6b1474c464613f
Import dataset into test/data/

Use a self-contained dataset instead of relying on a globally-installed
set.  Data taken from xkeyboard-config 2.5.1.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
52 files changed:
test/common.c
test/data/compat/accessx [new file with mode: 0644]
test/data/compat/basic [new file with mode: 0644]
test/data/compat/caps [new file with mode: 0644]
test/data/compat/complete [new file with mode: 0644]
test/data/compat/default [new file with mode: 0644]
test/data/compat/iso9995 [new file with mode: 0644]
test/data/compat/ledcaps [new file with mode: 0644]
test/data/compat/lednum [new file with mode: 0644]
test/data/compat/ledscroll [new file with mode: 0644]
test/data/compat/level5 [new file with mode: 0644]
test/data/compat/misc [new file with mode: 0644]
test/data/compat/mousekeys [new file with mode: 0644]
test/data/compat/pc [new file with mode: 0644]
test/data/compat/xfree86 [new file with mode: 0644]
test/data/keycodes/aliases [new file with mode: 0644]
test/data/keycodes/evdev [new file with mode: 0644]
test/data/keymaps/basic.xkb
test/data/keymaps/default.xkb
test/data/rules/evdev [new file with mode: 0644]
test/data/symbols/altwin [new file with mode: 0644]
test/data/symbols/ca [new file with mode: 0644]
test/data/symbols/capslock [new file with mode: 0644]
test/data/symbols/compose [new file with mode: 0644]
test/data/symbols/ctrl [new file with mode: 0644]
test/data/symbols/de [new file with mode: 0644]
test/data/symbols/eurosign [new file with mode: 0644]
test/data/symbols/group [new file with mode: 0644]
test/data/symbols/il [new file with mode: 0644]
test/data/symbols/in [new file with mode: 0644]
test/data/symbols/inet [new file with mode: 0644]
test/data/symbols/keypad [new file with mode: 0644]
test/data/symbols/kpdl [new file with mode: 0644]
test/data/symbols/latin [new file with mode: 0644]
test/data/symbols/level3 [new file with mode: 0644]
test/data/symbols/level5 [new file with mode: 0644]
test/data/symbols/nbsp [new file with mode: 0644]
test/data/symbols/pc [new file with mode: 0644]
test/data/symbols/ru [new file with mode: 0644]
test/data/symbols/shift [new file with mode: 0644]
test/data/symbols/srvr_ctrl [new file with mode: 0644]
test/data/symbols/terminate [new file with mode: 0644]
test/data/symbols/us [new file with mode: 0644]
test/data/types/basic [new file with mode: 0644]
test/data/types/complete [new file with mode: 0644]
test/data/types/extra [new file with mode: 0644]
test/data/types/iso9995 [new file with mode: 0644]
test/data/types/level5 [new file with mode: 0644]
test/data/types/mousekeys [new file with mode: 0644]
test/data/types/numpad [new file with mode: 0644]
test/data/types/pc [new file with mode: 0644]
test/rulescomp.c