summaryrefslogtreecommitdiffstats
path: root/tests/auto/sensors2qmlapi/tst_sensors2qmlapi.cpp
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@nokia.com>2012-05-10 11:07:19 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-14 08:23:46 +0200
commitfc164128d93590a0cfd04394345564ae49a3994e (patch)
tree250e9831a49c3fd4c37d6fa213fe510b7044c798 /tests/auto/sensors2qmlapi/tst_sensors2qmlapi.cpp
parent43881a1c95c122dcb80b91c34a9f434ae8cfb743 (diff)
add sensor gesture auto tests
use mock sensor plugin to feed captured data through sensorgestures. Change-Id: I5d040f2b7d5786b79bf295c98777ada425acbe8a Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
Diffstat (limited to 'tests/auto/sensors2qmlapi/tst_sensors2qmlapi.cpp')
-rw-r--r--tests/auto/sensors2qmlapi/tst_sensors2qmlapi.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/sensors2qmlapi/tst_sensors2qmlapi.cpp b/tests/auto/sensors2qmlapi/tst_sensors2qmlapi.cpp
index 30e600a8..16ab543b 100644
--- a/tests/auto/sensors2qmlapi/tst_sensors2qmlapi.cpp
+++ b/tests/auto/sensors2qmlapi/tst_sensors2qmlapi.cpp
@@ -510,8 +510,6 @@ void tst_Sensors2QMLAPI::testGesture()
QSensor2Gesture* gs = new QSensor2Gesture(this);
gs->componentComplete();
- qDebug() << "QSensor2Gesture gestures:";
- qDebug() << gs->availableGestures();
QSignalSpy spy_availableGesturesChanged(gs, SIGNAL(availableGesturesChanged()));
QSignalSpy spy_detected(gs, SIGNAL(detected(QString)));
QSignalSpy spy_gesturesChanged(gs, SIGNAL(gesturesChanged()));