aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/touchmouse
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2016-10-04 10:17:49 +0200
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2016-10-04 09:00:41 +0000
commit33407ae00d7500255cd38b3c02a33a3f7359e9e2 (patch)
tree556a369c66d0c46fe5c29e70dce0119c83c7dc89 /tests/auto/quick/touchmouse
parent7d5b1ec4be786f2933ca9ccf24c4acb4ad24fb18 (diff)
Run tst_TouchMouse::buttonOnDelayedPressFlickable with both scenarios
I commented the first data row out when debugging, it should have been active in the commit. Change-Id: I18ffc1ef4f67cd48a4bfbd9ec23362e07df32c7f Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'tests/auto/quick/touchmouse')
-rw-r--r--tests/auto/quick/touchmouse/tst_touchmouse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/touchmouse/tst_touchmouse.cpp b/tests/auto/quick/touchmouse/tst_touchmouse.cpp
index 5cd2187db5..309c01dcdc 100644
--- a/tests/auto/quick/touchmouse/tst_touchmouse.cpp
+++ b/tests/auto/quick/touchmouse/tst_touchmouse.cpp
@@ -618,7 +618,7 @@ void tst_TouchMouse::buttonOnDelayedPressFlickable_data()
// the item should never see the event,
// due to the pressDelay which never delivers if we start moving
-// QTest::newRow("scroll before press delay is over") << true;
+ QTest::newRow("scroll before press delay is over") << true;
// wait until the "button" sees the press but then
// start moving: the button gets a press and cancel event