summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmlinterface/data/TestLocation.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmlinterface/data/TestLocation.qml')
-rw-r--r--tests/auto/qmlinterface/data/TestLocation.qml11
1 files changed, 10 insertions, 1 deletions
diff --git a/tests/auto/qmlinterface/data/TestLocation.qml b/tests/auto/qmlinterface/data/TestLocation.qml
index 97c25e5a..6ba74fd8 100644
--- a/tests/auto/qmlinterface/data/TestLocation.qml
+++ b/tests/auto/qmlinterface/data/TestLocation.qml
@@ -43,7 +43,16 @@ import QtLocation 5.0
Location {
address: TestAddress { }
- boundingBox: TestGeoRectangle { }
+ boundingBox {
+ center {
+ longitude: 10.0
+ latitude: 20.0
+ altitude: 30.0
+ }
+ height: 30.0
+ width: 40.0
+ }
+
coordinate {
longitude: 10.0
latitude: 20.0