summaryrefslogtreecommitdiff
path: root/test/headless
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-04-17 17:55:24 +0200
committerKonstantin Käfer <mail@kkaefer.com>2015-04-17 17:55:24 +0200
commit71d127220b2469cc49e61b528e2c5c5548097b93 (patch)
treed45b8a3fdf8ddc244d951a41bf281a46cf447d2c /test/headless
parent7827d4954cea5b4fcfce3f245aae2e8c66e0ccb2 (diff)
downloadqtlocation-mapboxgl-71d127220b2469cc49e61b528e2c5c5548097b93.tar.gz
rename Mode::Static => Mode::Still
Diffstat (limited to 'test/headless')
-rw-r--r--test/headless/headless.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/headless/headless.cpp b/test/headless/headless.cpp
index 4ce9b668f1..cccd0d44bd 100644
--- a/test/headless/headless.cpp
+++ b/test/headless/headless.cpp
@@ -145,7 +145,7 @@ TEST_P(HeadlessTest, render) {
DefaultFileSource fileSource(nullptr);
Map map(view, fileSource);
- map.start(Map::Mode::Static);
+ map.start(Map::Mode::Still);
map.setClasses(classes);
map.setStyleJSON(style, "test/suite");