Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[test] Bump mapbox-gl-js version to re-enable pitched tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLoer committed Jul 10, 2017
1 parent e40fb8a commit d4f97b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapbox-gl-js
Submodule mapbox-gl-js updated 56 files
+4 −0 CHANGELOG.md
+112 −0 build/generate-flow-typed-style-spec.js
+0 −0 build/minifyify_style_spec.js
+0 −0 build/strictify.js
+1 −1 docs/_posts/examples/3400-01-24-custom-marker-icons.html
+290 −0 flow-typed/style-spec.js
+15 −0 flow-typed/tilejson.js
+3 −2 package.json
+3 −2 src/source/geojson_source.js
+3 −3 src/source/geojson_worker_source.js
+1 −1 src/source/rtl_text_plugin.js
+2 −2 src/source/source.js
+65 −56 src/source/tile_coord.js
+2 −2 src/source/vector_tile_worker_source.js
+2 −2 src/source/worker.js
+2 −2 src/source/worker_tile.js
+2 −1 src/style/style.js
+12 −3 src/style/style_layer_index.js
+1 −3 src/ui/control/geolocate_control.js
+8 −11 src/ui/control/logo_control.js
+6 −2 src/ui/marker.js
+33 −27 src/util/ajax.js
+16 −10 src/util/evented.js
+5 −5 src/util/mapbox.js
+1 −1 src/util/util.js
+1 −4 test/integration/query-tests/edge-cases/box-cutting-antimeridian-z0/style.json
+1 −1 test/integration/query-tests/symbol-features-in/pitched-screen/style.json
+2 −2 test/integration/render-tests/debug/collision-pitched-wrapped/style.json
+2 −2 test/integration/render-tests/debug/collision-pitched/style.json
+0 −3 test/integration/render-tests/icon-pitch-scaling/rotation-alignment-map/style.json
+0 −3 test/integration/render-tests/icon-pitch-scaling/rotation-alignment-viewport/style.json
+1 −4 test/integration/render-tests/icon-text-fit/placement-line/style.json
+1 −1 test/integration/render-tests/regressions/mapbox-gl-js#4860/style.json
+1 −4 test/integration/render-tests/symbol-placement/point-polygon/style.json
+1 −4 test/integration/render-tests/symbol-spacing/line-close/style.json
+1 −4 test/integration/render-tests/symbol-spacing/line-overscaled/style.json
+1 −4 test/integration/render-tests/text-keep-upright/line-placement-false/style.json
+1 −1 test/integration/render-tests/text-keep-upright/line-placement-true-pitched/style.json
+1 −4 test/integration/render-tests/text-keep-upright/line-placement-true-rotated/style.json
+1 −4 test/integration/render-tests/text-keep-upright/line-placement-true/style.json
+1 −4 test/integration/render-tests/text-max-angle/literal/style.json
+0 −3 test/integration/render-tests/text-pitch-alignment/auto-text-rotation-alignment-map/style.json
+0 −3 test/integration/render-tests/text-pitch-alignment/auto-text-rotation-alignment-viewport/style.json
+0 −3 test/integration/render-tests/text-pitch-alignment/map-text-depthtest/style.json
+0 −3 test/integration/render-tests/text-pitch-alignment/map-text-rotation-alignment-map/style.json
+0 −3 test/integration/render-tests/text-pitch-alignment/map-text-rotation-alignment-viewport/style.json
+0 −3 test/integration/render-tests/text-pitch-alignment/viewport-text-depthtest/style.json
+0 −3 test/integration/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-map/style.json
+0 −3 test/integration/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-viewport/style.json
+1 −4 test/integration/render-tests/text-pitch-scaling/line-half/style.json
+1 −4 test/integration/render-tests/text-size/composite-function-line-placement/style.json
+1 −4 test/integration/render-tests/text-writing-mode/chinese/style.json
+1 −4 test/integration/render-tests/text-writing-mode/mixed/style.json
+10 −0 test/unit/source/geojson_source.test.js
+2 −2 test/unit/ui/control/logo.test.js
+15 −0 test/unit/ui/marker.test.js

0 comments on commit d4f97b1

Please sign in to comment.