try to fix tests

This commit is contained in:
Alexander Bruy 2023-07-12 06:34:25 +03:00 committed by Martin Dobias
parent 61b69179af
commit 5097992445
3 changed files with 3 additions and 3 deletions

View File

@ -307,10 +307,10 @@ tests:
OUTPUT:
name: expected/airportsvoronoidiagram.gml
type: vector
pk: ID
compare:
geometry:
precision: 2
pk: id
- algorithm: native:explodelines
name: Explode lines

View File

@ -165,7 +165,7 @@ QVariantMap QgsConcaveHullAlgorithm::processAlgorithm( const QVariantMap &parame
toDelete << edgesIt.key();
}
edgesIt++;
++edgesIt;
i++;
multiStepFeedback.setProgress( i * step );
}

View File

@ -34,7 +34,7 @@ QString QgsVoronoiPolygonsAlgorithm::displayName() const
QStringList QgsVoronoiPolygonsAlgorithm::tags() const
{
return QObject::tr( "voronoi,polygons,tesselation,diagram" ).split( ',' );
return QObject::tr( "voronoi,polygons,tessellation,diagram" ).split( ',' );
}
QString QgsVoronoiPolygonsAlgorithm::group() const