Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix test
  • Loading branch information
nyalldawson committed Jul 29, 2020
1 parent c8d1aa7 commit 8049da8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/analysis/testqgsprocessing.cpp
Expand Up @@ -961,6 +961,7 @@ void TestQgsProcessing::context()
QCOMPARE( context.areaUnit(), QgsUnitTypes::AreaUnknownUnit );

QgsProject p;
p.setCrs( QgsCoordinateReferenceSystem( "EPSG:4536" ) );
p.setEllipsoid( QStringLiteral( "WGS84" ) );
p.setDistanceUnits( QgsUnitTypes::DistanceFeet );
p.setAreaUnits( QgsUnitTypes::AreaHectares );
Expand Down

0 comments on commit 8049da8

Please sign in to comment.