summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/legacy_sensors/tst_legacy_sensors.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/legacy_sensors/tst_legacy_sensors.cpp b/tests/auto/legacy_sensors/tst_legacy_sensors.cpp
index ec2de81a..cf9913c8 100644
--- a/tests/auto/legacy_sensors/tst_legacy_sensors.cpp
+++ b/tests/auto/legacy_sensors/tst_legacy_sensors.cpp
@@ -175,6 +175,8 @@ private slots:
QTest::newRow("1.3 IRProximityReading") << "1.3" << "IRProximityReading" << false;
QTest::newRow("1.3 TiltSensor") << "1.3" << "TiltSensor" << true;
QTest::newRow("1.3 TiltReading") << "1.3" << "TiltReading" << false;
+
+ QTest::newRow("1.3 SensorGesture") << "1.3" << "SensorGesture" << true;
}
void elements()