rulescomp: remove bad failtests
authorRan Benita <ran234@gmail.com>
Sun, 12 Aug 2012 15:16:52 +0000 (18:16 +0300)
committerRan Benita <ran234@gmail.com>
Sat, 1 Sep 2012 07:58:10 +0000 (10:58 +0300)
commit7ef359def121b60c99890e04341a56b91d03a07a
tree5e8733cedd225906489126f0d1459b75addbb817
parentcdc228eaf6e55e0dfc524fe62cd1021f2467e3bf
rulescomp: remove bad failtests

Since we now handle empty model/layout, the last couple of tests should
not fail. The reason they do is bacause they try to use a non-existent
"base" rules file. When the file is brought in these tests do not fail.
Since we already test for non-existent rules file, we can remove them,
and refine the other tests a bit.

Signed-off-by: Ran Benita <ran234@gmail.com>
test/data/keycodes/xfree86 [new file with mode: 0644]
test/data/rules/base [new file with mode: 0644]
test/rulescomp.c