Skip to content

Commit ee3a01e

Browse files
strknyalldawson
authored andcommittedOct 22, 2023
Make the unprojectible test feature really unprojectible
See #54954 (comment)
1 parent 9a54363 commit ee3a01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/src/core/testqgslabelingengine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ void TestQgsLabelingEngine::testRegisterFeatureUnprojectible()
928928
QgsVectorLayerLabelProvider *provider = new QgsVectorLayerLabelProvider( vl2.get(), QStringLiteral( "test" ), true, &settings );
929929
QgsFeature f( vl2->fields(), 1 );
930930

931-
const QString wkt1 = QStringLiteral( "POLYGON((0 0,8 0,8 -90,0 0))" );
931+
const QString wkt1 = QStringLiteral( "POLYGON((0 0,8 0,8 -91,0 0))" );
932932
f.setGeometry( QgsGeometry::fromWkt( wkt1 ) );
933933

934934
// make a fake render context

0 commit comments

Comments
 (0)
Please sign in to comment.