summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-11-03 03:01:44 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-11-03 03:01:44 +0100
commit355a82e3d3aeb470b1d3d257afd2cce24f05b110 (patch)
treed30d8debaa0a27a837fd5bc3e70da0489eaf10e2 /tests
parent499f14e91e34ca78c073079f43910811d9408252 (diff)
parentd64e59001884e942de087cdcd1bcef8b8e5f99e0 (diff)
downloadqtlocation-355a82e3d3aeb470b1d3d257afd2cce24f05b110.tar.gz
Merge remote-tracking branch 'origin/5.12' into dev
Change-Id: I219444e81a9b304b11b0cecce84415acdb3ade57
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qgeopath/tst_qgeopath.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qgeopath/tst_qgeopath.cpp b/tests/auto/qgeopath/tst_qgeopath.cpp
index 97bf69fe..213af0ad 100644
--- a/tests/auto/qgeopath/tst_qgeopath.cpp
+++ b/tests/auto/qgeopath/tst_qgeopath.cpp
@@ -70,6 +70,7 @@ void tst_QGeoPath::defaultConstructor()
QGeoPath p;
QVERIFY(!p.path().size());
QCOMPARE(p.width(), qreal(0.0));
+ QCOMPARE(p.length(), double(0.0));
}
void tst_QGeoPath::listConstructor()