Skip to content

Commit

Permalink
[processing] compare only geometry in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Nov 12, 2016
1 parent dff239c commit 426c5be
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions python/plugins/processing/tests/testdata/gdal_algorithm_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ tests:
OUTPUT_LAYER:
name: expected/gdal/buffer_lines.gml
type: vector
compare:
geometry:
precision: 7

- algorithm: gdalogr:buffervectors
name: OGR basic polygon buffer
Expand All @@ -101,6 +104,9 @@ tests:
OUTPUT_LAYER:
name: expected/gdal/buffer_polys.gml
type: vector
compare:
geometry:
precision: 7

- algorithm: gdalogr:buffervectors
name: OGR polygon buffer with dissolve
Expand All @@ -116,6 +122,10 @@ tests:
OUTPUT_LAYER:
name: expected/gdal/buffer_polys_dissolve.gml
type: vector
compare:
geometry:
precision: 7

- algorithm: gdalogr:createpointsalonglines
name: OGR points along lines
params:
Expand Down Expand Up @@ -159,3 +169,6 @@ tests:
OUTPUT_LAYER:
name: expected/gdal/one_side_buffer.gml
type: vector
compare:
geometry:
precision: 7

0 comments on commit 426c5be

Please sign in to comment.