summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtsensors5
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtsensors5')
-rw-r--r--tests/auto/qtsensors5/tst_qtsensors5.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/auto/qtsensors5/tst_qtsensors5.cpp b/tests/auto/qtsensors5/tst_qtsensors5.cpp
index 31f0f852..3e82abb6 100644
--- a/tests/auto/qtsensors5/tst_qtsensors5.cpp
+++ b/tests/auto/qtsensors5/tst_qtsensors5.cpp
@@ -66,7 +66,7 @@ private slots:
QTest::addColumn<QString>("version");
QTest::addColumn<bool>("exists");
- QTest::newRow("version 5.0") << "5.0" << true;
+ QTest::newRow("5.0") << "5.0" << true;
}
void versions()
@@ -100,10 +100,10 @@ private slots:
QTest::addColumn<QString>("element");
QTest::addColumn<bool>("exists");
- QTest::newRow("TiltSensor 5.0") << "5.0" << "TiltSensor" << true;
- QTest::newRow("AmbientLightSensor 5.0") << "5.0" << "AmbientLightSensor" << true;
- QTest::newRow("ProximitySensor 5.0") << "5.0" << "ProximitySensor" << true;
- QTest::newRow("SensorGesture 5.0") << "5.0" << "SensorGesture" << true;
+ QTest::newRow("5.0 AmbientLightSensor") << "5.0" << "AmbientLightSensor" << true;
+ QTest::newRow("5.0 ProximitySensor") << "5.0" << "ProximitySensor" << true;
+ QTest::newRow("5.0 TiltSensor") << "5.0" << "TiltSensor" << true;
+ QTest::newRow("5.0 SensorGesture") << "5.0" << "SensorGesture" << true;
}
void elements()
@@ -130,7 +130,7 @@ private slots:
QTest::addColumn<QString>("version");
QTest::addColumn<QString>("element");
- QTest::newRow("Sensor 5.0") << "5.0" << "Sensor";
+ QTest::newRow("5.0 Sensor") << "5.0" << "Sensor";
}
void uncreatable_elements()