Skip to content

Commit

Permalink
Merge pull request #4791 from nyalldawson/reproj_test
Browse files Browse the repository at this point in the history
Use native projection algorithm for unit test
  • Loading branch information
nyalldawson committed Jun 28, 2017
2 parents a39d6d9 + 468e44d commit 8379f9b
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml
Expand Up @@ -1962,23 +1962,23 @@ tests:
# compare:
# geometry:
# precision: 7
#
#
# - algorithm: qgis:reprojectlayer
# name: reproject vector layer
# params:
# INPUT:
# name: points.gml
# type: vector
# TARGET_CRS: EPSG:3857
# results:
# OUTPUT:
# name: expected/reprojected.gml
# type: vector
# compare:
# geometry:
# precision: 7
#


- algorithm: native:reprojectlayer
name: reproject vector layer
params:
INPUT:
name: points.gml
type: vector
TARGET_CRS: EPSG:3857
results:
OUTPUT:
name: expected/reprojected.gml
type: vector
compare:
geometry:
precision: 7

# - algorithm: qgis:variabledistancebuffer
# name: variable buffer on points
# params:
Expand Down

0 comments on commit 8379f9b

Please sign in to comment.