summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-01-13 12:07:33 +0100
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-01-13 13:04:59 -0800
commite8705d535d56415ff8f97db1ad6b5a77ed3fcd4a (patch)
tree7c825e483be49a7b069fc30cf79fa83bfa8b1a39 /test
parentcef05b9017d4e54e61354a278120ff67879f2acb (diff)
downloadqtlocation-mapboxgl-e8705d535d56415ff8f97db1ad6b5a77ed3fcd4a.tar.gz
[core] move SourceInfo parsing to StyleParser
Diffstat (limited to 'test')
-rw-r--r--test/fixtures/style_parser/geojson-missing-data.info.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/style_parser/geojson-missing-data.info.json b/test/fixtures/style_parser/geojson-missing-data.info.json
index 594d01d19d..2c4806c3cf 100644
--- a/test/fixtures/style_parser/geojson-missing-data.info.json
+++ b/test/fixtures/style_parser/geojson-missing-data.info.json
@@ -1,7 +1,7 @@
{
"default": {
"log": [
- [1, "WARNING", "ParseStyle", "GeoJSON source must have a data value"]
+ [1, "ERROR", "ParseStyle", "GeoJSON source must have a data value"]
]
}
}