summaryrefslogtreecommitdiff
path: root/test/tile/geojson_tile.test.cpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2017-08-01 11:29:16 +0200
committerKonstantin Käfer <mail@kkaefer.com>2017-08-01 11:29:16 +0200
commit995aa163234be3cb40c81b307bc4f47b990a35e3 (patch)
tree658f8b707641b23837c10c7145ba41205377f3e6 /test/tile/geojson_tile.test.cpp
parent54ca0c357bf522cb01fa3ee2f1131aac9b9c0cc0 (diff)
downloadqtlocation-mapboxgl-upstream/make-stale-resources-renderable.tar.gz
Diffstat (limited to 'test/tile/geojson_tile.test.cpp')
-rw-r--r--test/tile/geojson_tile.test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tile/geojson_tile.test.cpp b/test/tile/geojson_tile.test.cpp
index 31fb8c1fd0..f476628663 100644
--- a/test/tile/geojson_tile.test.cpp
+++ b/test/tile/geojson_tile.test.cpp
@@ -68,12 +68,12 @@ TEST(GeoJSONTile, Issue7648) {
tile.setObserver(&observer);
tile.setPlacementConfig({});
- while (!tile.isComplete()) {
+ while (!tile.isLoaded()) {
test.loop.runOnce();
}
tile.updateData(features);
- while (!tile.isComplete()) {
+ while (!tile.isLoaded()) {
test.loop.runOnce();
}
}