From 7d57aeef225e5a80255c2a4ed3b5b3eff7c3e609 Mon Sep 17 00:00:00 2001 From: Andrea Giudiceandrea Date: Fri, 4 Jun 2021 16:52:57 +0200 Subject: [PATCH] Add test for GRASS r.proj alg --- .../grass7_algorithms_raster_tests2.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/python/plugins/processing/tests/testdata/grass7_algorithms_raster_tests2.yaml b/python/plugins/processing/tests/testdata/grass7_algorithms_raster_tests2.yaml index 23acb1fdc404..0a036b3b3446 100644 --- a/python/plugins/processing/tests/testdata/grass7_algorithms_raster_tests2.yaml +++ b/python/plugins/processing/tests/testdata/grass7_algorithms_raster_tests2.yaml @@ -806,3 +806,21 @@ tests: type: regex rules: - '1.0|0.0|1.0|1.0|1|2' + + - algorithm: grass7:r.proj + name: GRASS7 r.proj + params: + -n: false + GRASS_RASTER_FORMAT_META: '' + GRASS_RASTER_FORMAT_OPT: '' + GRASS_REGION_CELLSIZE_PARAMETER: 0.0 + crs: EPSG:32634 + input: + name: dem.tif + type: raster + memory: 300 + method: 0 + results: + output: + hash: caa4870e0f0f1a42583cd562c26f0ad6b7795116961c7f6053f1ccde + type: rasterhash