summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2015-11-17 11:05:33 +0100
committerAndy Nichols <andy.nichols@theqtcompany.com>2015-11-24 15:06:28 +0000
commit2d4ee0bc449be3d90e334c32fe8e421848cb98f9 (patch)
treeebbe2195eead93cf0eba4476d25126fdbb15efbf /tests
parent3798499b764f61609d463b150054590b6b1da768 (diff)
Restore mouse picking tests
Change-Id: Iccc02982a165f8aa54cd68e4293f1b244802b5ae Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/render/raycasting/tst_raycasting.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/render/raycasting/tst_raycasting.cpp b/tests/auto/render/raycasting/tst_raycasting.cpp
index ced9bb136..814034b5a 100644
--- a/tests/auto/render/raycasting/tst_raycasting.cpp
+++ b/tests/auto/render/raycasting/tst_raycasting.cpp
@@ -318,7 +318,6 @@ Sphere *tst_RayCasting::volumeAt(int index)
void tst_RayCasting::mousePicking()
{
- QSKIP("Temporary skip to get all the transform patches merged in");
// GIVEN
Qt3DCore::QCamera camera;
camera.setProjectionType(QCameraLens::PerspectiveProjection);