We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 837c607 commit 0451e6dCopy full SHA for 0451e6d
tests/src/core/testqgsgeometry.cpp
@@ -4017,6 +4017,7 @@ void TestQgsGeometry::ellipse()
4017
QCOMPARE( l->numPoints(), 5 ); // closed linestring
4018
QgsPointSequence pts_l;
4019
l->points( pts_l );
4020
+ pts_l.pop_back();
4021
QCOMPARE( pts, pts_l );
4022
4023
// polygon
@@ -4445,6 +4446,7 @@ void TestQgsGeometry::regularPolygon()
4445
4446
QCOMPARE( l->pointN( 0 ), l->pointN( 4 ) );
4447
4448
4449
4450
QCOMPARE( ptsPol, pts_l );
4451
4452
//test toString
0 commit comments