summaryrefslogtreecommitdiff
path: root/tests/auto/qgeosatelliteinfosource/testqgeosatelliteinfosource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qgeosatelliteinfosource/testqgeosatelliteinfosource.cpp')
-rw-r--r--tests/auto/qgeosatelliteinfosource/testqgeosatelliteinfosource.cpp13
1 files changed, 9 insertions, 4 deletions
diff --git a/tests/auto/qgeosatelliteinfosource/testqgeosatelliteinfosource.cpp b/tests/auto/qgeosatelliteinfosource/testqgeosatelliteinfosource.cpp
index 91741dae..2fc35d6a 100644
--- a/tests/auto/qgeosatelliteinfosource/testqgeosatelliteinfosource.cpp
+++ b/tests/auto/qgeosatelliteinfosource/testqgeosatelliteinfosource.cpp
@@ -1,4 +1,4 @@
-/*********************f*******************************************************
+/*****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
@@ -26,9 +26,6 @@
**
****************************************************************************/
-//TESTED_COMPONENT=src/location
-
-#include <QTest>
#include <QMetaType>
#include <QSignalSpy>
#include <QDebug>
@@ -758,4 +755,12 @@ void TestQGeoSatelliteInfoSource::removeSlotForSatellitesInViewUpdated()
QTRY_VERIFY_WITH_TIMEOUT((m_testSlot2Called == true), 7000);
}
+void TestQGeoSatelliteInfoSource::bindings()
+{
+ CHECK_SOURCE_VALID;
+
+ QTestPrivate::testReadWritePropertyBasics<QGeoSatelliteInfoSource, int>(*m_source, 1000, 2000,
+ "updateInterval");
+}
+
#include "testqgeosatelliteinfosource.moc"