summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2013-04-03 14:02:41 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2013-04-03 14:12:30 +1000
commitb6d1332f8a6bd22962594ebd92010c4cf845b49b (patch)
tree9d96f684d1d70457e9e0be96dd29bca76ad0d274
parentf78401624c0c9b435af238dc2723db2e669e233f (diff)
input/wacom: disable hovering test
The test description claims this test is useless and it currently fails due to the last LeaveEvent having a x/y root of 0/0. Whether that's correct is unclear atm but the test doesn't actually test what it is supposed to. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--tests/input/wacom-hovering-expresskeys.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/input/wacom-hovering-expresskeys.cpp b/tests/input/wacom-hovering-expresskeys.cpp
index 04e869a..8586901 100644
--- a/tests/input/wacom-hovering-expresskeys.cpp
+++ b/tests/input/wacom-hovering-expresskeys.cpp
@@ -98,7 +98,10 @@ public:
}
};
-TEST_F(WacomHoveringTest, HoveringTest)
+/**
+ * FIXME: look at this test - is it still useful?
+ */
+TEST_F(WacomHoveringTest, DISABLED_HoveringTest)
{
XORG_TESTCASE("Test that hovering the Expresskeys pad while "
"using the stylus does not generate spurious "