mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-24 00:05:18 -05:00
add test
This commit is contained in:
parent
e014684b56
commit
779bd52a79
1
python/plugins/processing/tests/testdata/expected/grass7/r_tileset.html
vendored
Normal file
1
python/plugins/processing/tests/testdata/expected/grass7/r_tileset.html
vendored
Normal file
@ -0,0 +1 @@
|
||||
1.0|0.0|1.0|1.0|1|2
|
||||
@ -1595,3 +1595,22 @@ tests:
|
||||
rules:
|
||||
- '1|1|0|344550|6693650|344550|6693650'
|
||||
- '1|3|100|352650|6693650|352750|6693650'
|
||||
|
||||
- algorithm: grass7:r.tileset
|
||||
name: GRASS 7 r.tileset
|
||||
params:
|
||||
-g: false
|
||||
-w: false
|
||||
destscale: 1.0
|
||||
maxcols: 1024
|
||||
maxrows: 2048
|
||||
overlap: 0
|
||||
separator: pipe
|
||||
sourceproj: EPSG:4326
|
||||
sourcescale: 1.0
|
||||
results:
|
||||
html:
|
||||
name: expected/grass7/r_tileset.html
|
||||
type: regex
|
||||
rules:
|
||||
- '1.0|0.0|1.0|1.0|1|2'
|
||||
Loading…
x
Reference in New Issue
Block a user