aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickmousearea/tst_qquickmousearea.cpp
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@digia.com>2014-01-27 14:51:56 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-03 06:07:37 +0100
commit7c1e3dea8ba66f9eedee4f3d66dba55d7f7556b8 (patch)
tree0362200555978c91cd382ea64d113ec82395ba02 /tests/auto/quick/qquickmousearea/tst_qquickmousearea.cpp
parent95809584e20df61b7ec99061162d53604f13a7ec (diff)
Revert "Skip unstable test"
This reverts commit 8e0c5b59f57b51a0dc80d3d8274202776c6e03df. This test doesn't fail any more. Task-number: QTBUG-23976 Change-Id: I77704e7811c4c335cb5836ba7645a8804c13e12d Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
Diffstat (limited to 'tests/auto/quick/qquickmousearea/tst_qquickmousearea.cpp')
-rw-r--r--tests/auto/quick/qquickmousearea/tst_qquickmousearea.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/quick/qquickmousearea/tst_qquickmousearea.cpp b/tests/auto/quick/qquickmousearea/tst_qquickmousearea.cpp
index 31b323af5d..d0a1c18885 100644
--- a/tests/auto/quick/qquickmousearea/tst_qquickmousearea.cpp
+++ b/tests/auto/quick/qquickmousearea/tst_qquickmousearea.cpp
@@ -933,7 +933,6 @@ void tst_QQuickMouseArea::preventStealing()
void tst_QQuickMouseArea::clickThrough()
{
- QSKIP("QTBUG-23976 Unstable");
//With no handlers defined click, doubleClick and PressAndHold should propagate to those with handlers
QScopedPointer<QQuickView> window(new QQuickView);
QByteArray errorMessage;