From 41a27f700ff7806cfe29490a757959adfd4f324b Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Fri, 6 Apr 2018 15:04:48 +1000 Subject: [PATCH] Attempt SAGA tests on Travis --- .../tests/testdata/saga_algorithm_tests.yaml | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/python/plugins/processing/tests/testdata/saga_algorithm_tests.yaml b/python/plugins/processing/tests/testdata/saga_algorithm_tests.yaml index 331d6642a10..e86ddf1d145 100644 --- a/python/plugins/processing/tests/testdata/saga_algorithm_tests.yaml +++ b/python/plugins/processing/tests/testdata/saga_algorithm_tests.yaml @@ -2,29 +2,29 @@ tests: -# - algorithm: saga:invertgrid -# name: Raster tools - Invert grid -# params: -# GRID: -# name: dem.tif -# type: raster -# results: -# INVERSE: -# hash: 8e3947b878a00f70ce837fba962f6be6d3f0c8eae2d614099b015f1e -# type: rasterhash -# -# - algorithm: saga:fixeddistancebuffer -# name: Vector general - Fixed distance buffer (polygon) -# params: -# DARC: 5.0 -# DISSOLVE: false -# DIST_FIELD_DEFAULT: 0.5 -# NZONES: 1 -# POLY_INNER: false -# SHAPES: -# name: polys.gml -# type: vector -# results: -# BUFFER: -# name: expected/saga/buffer_polys.shp -# type: vector + - algorithm: saga:invertgrid + name: Raster tools - Invert grid + params: + GRID: + name: dem.tif + type: raster + results: + INVERSE: + hash: 8e3947b878a00f70ce837fba962f6be6d3f0c8eae2d614099b015f1e + type: rasterhash + + - algorithm: saga:fixeddistancebuffer + name: Vector general - Fixed distance buffer (polygon) + params: + DARC: 5.0 + DISSOLVE: false + DIST_FIELD_DEFAULT: 0.5 + NZONES: 1 + POLY_INNER: false + SHAPES: + name: polys.gml + type: vector + results: + BUFFER: + name: expected/saga/buffer_polys.shp + type: vector