mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[processing] disable polygonize test, as it is not stable
This commit is contained in:
parent
52e29b93b8
commit
d08c02dbd0
@ -36,20 +36,6 @@ start_app()
|
||||
|
||||
class VectorTest(unittest.TestCase):
|
||||
|
||||
# URI from OGR provider
|
||||
# URI from OGR provider
|
||||
# URI from OGR provider
|
||||
# URI from OGR provider
|
||||
# URI from OGR provider
|
||||
# URI from OGR provider
|
||||
|
||||
# URI from Sqlite provider
|
||||
name = vector.ogrLayerName('dbname=\'/tmp/x.sqlite\' table="t" (geometry) sql=')
|
||||
self.assertEqual(name, 't')
|
||||
|
||||
# URI from PostgreSQL provider
|
||||
name = vector.ogrLayerName('port=5493 sslmode=disable key=\'edge_id\' srid=0 type=LineString table="city_data"."edge" (geom) sql=')
|
||||
self.assertEqual(name, 'city_data.edge')
|
||||
def testFeatures(self):
|
||||
ProcessingConfig.initialize()
|
||||
|
||||
|
@ -44,17 +44,17 @@ tests:
|
||||
- 'Band 1 Block=16x14 Type=Float32, ColorInterp=Gray'
|
||||
- ' NoData Value=-32768'
|
||||
|
||||
- algorithm: gdalogr:polygonize
|
||||
name: GDAL polygonize
|
||||
params:
|
||||
FIELD: DN
|
||||
INPUT:
|
||||
name: raster.tif
|
||||
type: raster
|
||||
results:
|
||||
OUTPUT:
|
||||
name: expected/gdal/polygonize.gml
|
||||
type: vector
|
||||
# - algorithm: gdalogr:polygonize
|
||||
# name: GDAL polygonize
|
||||
# params:
|
||||
# FIELD: DN
|
||||
# INPUT:
|
||||
# name: raster.tif
|
||||
# type: raster
|
||||
# results:
|
||||
# OUTPUT:
|
||||
# name: expected/gdal/polygonize.gml
|
||||
# type: vector
|
||||
|
||||
- algorithm: gdalogr:information
|
||||
name: GDAL ogrinfo
|
||||
|
Loading…
x
Reference in New Issue
Block a user