Revert "Skip unstable test"

This reverts commit 8e0c5b59f5.

This test doesn't fail any more.

Task-number: QTBUG-23976
Change-Id: I77704e7811c4c335cb5836ba7645a8804c13e12d
Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
This commit is contained in:
Liang Qi 2014-01-27 14:51:56 +01:00 committed by The Qt Project
parent 95809584e2
commit 7c1e3dea8b
1 changed files with 0 additions and 1 deletions

View File

@ -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;