summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-10-20 16:40:34 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-10-29 16:46:49 -0700
commit7821dccae5d20b697eee2b1ec8b8749878392286 (patch)
treed054df8d093c19d5eccc5421aedc76b668187e57 /test
parentb39501ba59dfd261d9ef97474b9ae84f1df59c71 (diff)
downloadqtlocation-mapboxgl-7821dccae5d20b697eee2b1ec8b8749878392286.tar.gz
[core] Polymorphic layout and paint parsing
Diffstat (limited to 'test')
-rw-r--r--test/fixtures/style_parser/circle-color.info.json2
-rw-r--r--test/fixtures/style_parser/line-translate.info.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/fixtures/style_parser/circle-color.info.json b/test/fixtures/style_parser/circle-color.info.json
index b1708c2f05..70375ce8f5 100644
--- a/test/fixtures/style_parser/circle-color.info.json
+++ b/test/fixtures/style_parser/circle-color.info.json
@@ -1,7 +1,7 @@
{
"default": {
"log": [
- [1, "WARNING", "ParseStyle", "color value must be a string"]
+ [1, "WARNING", "ParseStyle", "value of 'circle-color' must be a string"]
]
}
}
diff --git a/test/fixtures/style_parser/line-translate.info.json b/test/fixtures/style_parser/line-translate.info.json
index 3d9a908eb4..ff126bbf22 100644
--- a/test/fixtures/style_parser/line-translate.info.json
+++ b/test/fixtures/style_parser/line-translate.info.json
@@ -1,7 +1,7 @@
{
"default": {
"log": [
- [1, "WARNING", "ParseStyle", "value must be array of two numbers"]
+ [1, "WARNING", "ParseStyle", "value of 'line-translate' must be an array of two numbers"]
]
}
}