Skip to content

Commit

Permalink
Make the unprojectible test feature really unprojectible
Browse files Browse the repository at this point in the history
  • Loading branch information
strk authored and nyalldawson committed Oct 22, 2023
1 parent 9a54363 commit ee3a01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/testqgslabelingengine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ void TestQgsLabelingEngine::testRegisterFeatureUnprojectible()
QgsVectorLayerLabelProvider *provider = new QgsVectorLayerLabelProvider( vl2.get(), QStringLiteral( "test" ), true, &settings );
QgsFeature f( vl2->fields(), 1 );

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

// make a fake render context
Expand Down

0 comments on commit ee3a01e

Please sign in to comment.