summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-08-12 16:27:20 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-08-20 11:58:57 -0700
commite42cfa239fa874ae0c58cfcf98d721a38dfcfecb (patch)
tree363ec46a7b962007c3b94a17ce096826c7adc33f /test
parent19d42acc8479efc0b05eda3721817ffa3314e2da (diff)
downloadqtlocation-mapboxgl-e42cfa239fa874ae0c58cfcf98d721a38dfcfecb.tar.gz
Update test-suite and test fixtures for v8
Diffstat (limited to 'test')
-rw-r--r--test/fixtures/api/water.json2
-rw-r--r--test/fixtures/headless/pois.json2
-rw-r--r--test/fixtures/resources/style.json2
-rw-r--r--test/fixtures/style_parser/colors.style.json2
-rw-r--r--test/fixtures/style_parser/function-numeric.style.json2
-rw-r--r--test/fixtures/style_parser/function-string-bool-enum.style.json2
-rw-r--r--test/fixtures/style_parser/function-type.style.json2
-rw-r--r--test/fixtures/style_parser/line-opacity.style.json2
-rw-r--r--test/fixtures/style_parser/line-translate.style.json2
-rw-r--r--test/fixtures/style_parser/line-width.style.json2
-rw-r--r--test/fixtures/style_parser/stop-zoom-value.style.json2
-rw-r--r--test/fixtures/style_parser/stops-array.style.json2
-rw-r--r--test/fixtures/style_parser/text-size.style.json2
m---------test/suite0
14 files changed, 13 insertions, 13 deletions
diff --git a/test/fixtures/api/water.json b/test/fixtures/api/water.json
index 2bcce11992..c969b345ae 100644
--- a/test/fixtures/api/water.json
+++ b/test/fixtures/api/water.json
@@ -1,5 +1,5 @@
{
- "version": 7,
+ "version": 8,
"name": "Water",
"sources": {
"mapbox": {
diff --git a/test/fixtures/headless/pois.json b/test/fixtures/headless/pois.json
index 7a4488608a..a7fcfdb9dc 100644
--- a/test/fixtures/headless/pois.json
+++ b/test/fixtures/headless/pois.json
@@ -1,5 +1,5 @@
{
- "version": 7,
+ "version": 8,
"name": "POIs",
"sources": {
"mapbox": {
diff --git a/test/fixtures/resources/style.json b/test/fixtures/resources/style.json
index fb67afc662..6ac8f48566 100644
--- a/test/fixtures/resources/style.json
+++ b/test/fixtures/resources/style.json
@@ -1,5 +1,5 @@
{
- "version": 1,
+ "version": 8,
"name": "Test",
"sources": {
"vectorsource": {
diff --git a/test/fixtures/style_parser/colors.style.json b/test/fixtures/style_parser/colors.style.json
index 24aa2e5d1c..8996548885 100644
--- a/test/fixtures/style_parser/colors.style.json
+++ b/test/fixtures/style_parser/colors.style.json
@@ -1,5 +1,5 @@
{
- "version": 6,
+ "version": 8,
"constants": {
"@land": "r44,239,225)",
"@snow": "f4f8foNGbjf#",
diff --git a/test/fixtures/style_parser/function-numeric.style.json b/test/fixtures/style_parser/function-numeric.style.json
index 2db5624ac9..f3fca7e1d0 100644
--- a/test/fixtures/style_parser/function-numeric.style.json
+++ b/test/fixtures/style_parser/function-numeric.style.json
@@ -1,5 +1,5 @@
{
- "version": 6,
+ "version": 8,
"sources": {
"mapbox": {
"type": "vector",
diff --git a/test/fixtures/style_parser/function-string-bool-enum.style.json b/test/fixtures/style_parser/function-string-bool-enum.style.json
index c38f195259..76fb9be9f4 100644
--- a/test/fixtures/style_parser/function-string-bool-enum.style.json
+++ b/test/fixtures/style_parser/function-string-bool-enum.style.json
@@ -1,5 +1,5 @@
{
- "version": 6,
+ "version": 8,
"sources": {
"mapbox": {
"type": "vector",
diff --git a/test/fixtures/style_parser/function-type.style.json b/test/fixtures/style_parser/function-type.style.json
index c992e71f04..cde8dfc76b 100644
--- a/test/fixtures/style_parser/function-type.style.json
+++ b/test/fixtures/style_parser/function-type.style.json
@@ -1,5 +1,5 @@
{
- "version": 6,
+ "version": 8,
"sources": {
"mapbox": {
"type": "vector",
diff --git a/test/fixtures/style_parser/line-opacity.style.json b/test/fixtures/style_parser/line-opacity.style.json
index 8f5221b8ad..712b2b6f50 100644
--- a/test/fixtures/style_parser/line-opacity.style.json
+++ b/test/fixtures/style_parser/line-opacity.style.json
@@ -1,5 +1,5 @@
{
- "version": 6,
+ "version": 8,
"sources": {
"mapbox": {
"type": "vector",
diff --git a/test/fixtures/style_parser/line-translate.style.json b/test/fixtures/style_parser/line-translate.style.json
index 3c079f3520..a32b2d8ee4 100644
--- a/test/fixtures/style_parser/line-translate.style.json
+++ b/test/fixtures/style_parser/line-translate.style.json
@@ -1,5 +1,5 @@
{
- "version": 6,
+ "version": 8,
"sources": {
"mapbox": {
"type": "vector",
diff --git a/test/fixtures/style_parser/line-width.style.json b/test/fixtures/style_parser/line-width.style.json
index 18653074db..e5fe6fa8e1 100644
--- a/test/fixtures/style_parser/line-width.style.json
+++ b/test/fixtures/style_parser/line-width.style.json
@@ -1,5 +1,5 @@
{
- "version": 6,
+ "version": 8,
"sources": {
"mapbox": {
"type": "vector",
diff --git a/test/fixtures/style_parser/stop-zoom-value.style.json b/test/fixtures/style_parser/stop-zoom-value.style.json
index 5f907cd8e9..520db9a904 100644
--- a/test/fixtures/style_parser/stop-zoom-value.style.json
+++ b/test/fixtures/style_parser/stop-zoom-value.style.json
@@ -1,5 +1,5 @@
{
- "version": 6,
+ "version": 8,
"sources": {
"mapbox": {
"type": "vector",
diff --git a/test/fixtures/style_parser/stops-array.style.json b/test/fixtures/style_parser/stops-array.style.json
index 107c1c064c..daa48214d9 100644
--- a/test/fixtures/style_parser/stops-array.style.json
+++ b/test/fixtures/style_parser/stops-array.style.json
@@ -1,5 +1,5 @@
{
- "version": 6,
+ "version": 8,
"sources": {
"mapbox": {
"type": "vector",
diff --git a/test/fixtures/style_parser/text-size.style.json b/test/fixtures/style_parser/text-size.style.json
index 175ce456ad..46dd33e3c4 100644
--- a/test/fixtures/style_parser/text-size.style.json
+++ b/test/fixtures/style_parser/text-size.style.json
@@ -1,5 +1,5 @@
{
- "version": 6,
+ "version": 8,
"sources": {
"mapbox": {
"type": "vector",
diff --git a/test/suite b/test/suite
-Subproject b6b8a25e76231c2ceed341e024b4dce462c45a2
+Subproject af7481f223acec41421bcf9ec944651216c1358