summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/input/inputchord/tst_inputchord.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/input/inputchord/tst_inputchord.cpp b/tests/auto/input/inputchord/tst_inputchord.cpp
index 1e2dc417a..cd9216646 100644
--- a/tests/auto/input/inputchord/tst_inputchord.cpp
+++ b/tests/auto/input/inputchord/tst_inputchord.cpp
@@ -269,10 +269,10 @@ private Q_SLOTS:
QCOMPARE(backendInputChord.process(&handler, 1000000400), false); // Too late
// THEN
- QCOMPARE(backendInputChord.process(&handler, 1000000600), true); // Yes, that's yet another bug
+ QCOMPARE(backendInputChord.process(&handler, 1000000600), false);
// THEN
- QCOMPARE(backendInputChord.process(&handler, 1000000800), true); // Yes, that's yet another bug
+ QCOMPARE(backendInputChord.process(&handler, 1000000800), false);
}
};